Indexed.front

Range primitives

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

Meta