Indexed.back

Range primitives

  1. auto ref back [@property getter]
    struct Indexed(Source, Indices)
    @property ref
    static if(isBidirectionalRange!Indices)
    back
    ()
    if (
    isRandomAccessRange!Source &&
    isInputRange!Indices
    &&
    is(typeof(Source.init[ElementType!(Indices).init]))
    )
  2. ElementType!Source back [@property setter]

Meta