mir_slice.back

Multidimensional input range primitive.

  1. Element!dimension back()
    struct mir_slice(Iterator_, size_t N_ = 1, SliceKind kind_ = Contiguous, Labels_...)
    ref scope return @trusted @property
    @optmath
    static if(N == 1)
    Element!dimension
    back
    (
    size_t dimension = 0
    )
    ()
    if (
    dimension < N
    )
    if (
    0 < N_ &&
    N_ < 255
    &&
    !(
    kind_ == Canonical &&
    N_ == 1
    )
    &&
    Labels_.length <= N_
    &&
    isIterator!Iterator_
    )
  2. Element!dimension back()
  3. auto ref back(T value)
  4. bool empty()
  5. auto ref front()
  6. auto ref front()
  7. auto ref front()
  8. Element!dimension front()
  9. auto front()
  10. auto front()
  11. auto ref front(T value)

Meta