MemorySpace constructor

MemorySpace(
  1. dynamic value,
  2. DType type
)

Implementation

MemorySpace(this.value, this.type);