Return the number of bytes to step in each dimension when traversing a slice.
Returns the typeid of the element type of S.
Returns the number of dimensions of a slice.
Returns the shape of a nested array length. Note that the array should have compile-time nested lengths. Dynamic arrays get compile errors.
Returns the total number of elements in a slice
Returns a new view of a slice with the same data, but reshaped to have shape equal to lengths.
Returns the ElementType of a nested type T.
Returns the number of dimensions of type R.
Various slice utility (e.g., ndim, view, type functions)