Expand description
nd-slice
wraps std::slice
to represent n-dimensional arrays
Modules§
- errors
- This modules contains all the errors associated with this crate
Structs§
- NdSlice
NdSlice
wraps&[T]
to represent an immutable n-dimensional array- NdSlice
Mut NdSliceMut
wraps&mut [T]
to represent a mutable n-dimensional array
Enums§
- Order
- Enum to indicate the underlying memory order of the
NdSlice
orNdSliceMut
.