Indexed.front

Range primitives

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

Meta