mir_slice.lastIndex

Undocumented in source. Be warned that the author may not have intended to support it.
struct mir_slice(Iterator_, size_t N_ = 1, SliceKind kind_ = Contiguous, Labels_...)
package @safe @property scope const
@optmath
ptrdiff_t
lastIndex
()
()
if (
0 < N_ &&
N_ < 255
&&
!(
kind_ == Canonical &&
N_ == 1
)
&&
Labels_.length <= N_
&&
isIterator!Iterator_
)

Meta