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
NdSlicewraps&[T]to represent an immutable n-dimensional array- NdSlice
Mut NdSliceMutwraps&mut [T]to represent a mutable n-dimensional array
Enums§
- Order
- Enum to indicate the underlying memory order of the
NdSliceorNdSliceMut.