mir_slice._lengths

Defines an alias for the first element of the internal `_structure`, representing the lengths (dimensions) of the slice.

  1. alias _lengths = _structure[0]
  2. alias _lengths = _structure[0]
    struct mir_slice(Iterator_, size_t N_ = 1, SliceKind kind_ = Contiguous, Labels_...)
    @fmamath
    static if(!(S))
    alias _lengths = _structure[0]