mir_slice._lengths

An alias for the first element of `_structure`, representing the lengths of the slice dimensions.

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