Indexed.back

Range primitives

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

Meta