A one dimensional (slice) out of a DustState or DustStateTime object. This is not really a new type, but just a
restriction on the existing ndarray.NdArray type that means that
TypeScript will expect exactly one index when using get and
set, as ndarray does not have a vector type.
A one dimensional (slice) out of a DustState or DustStateTime object. This is not really a new type, but just a restriction on the existing
ndarray.NdArray
type that means that TypeScript will expect exactly one index when usingget
andset
, asndarray
does not have a vector type.