Crate nd_slice[][src]

Expand description

nd-slice wraps std::slice to represent n-dimensional arrays

Modules

This modules contains all the errors associated with this crate

Structs

NdSlice wraps &[T] to represent an immutable n-dimensional array

NdSliceMut wraps &mut [T] to represent a mutable n-dimensional array

Enums

Enum to indicate the underlying memory order of the NdSlice or NdSliceMut.