front

Get front element (as constant reference to preserve ordering).

  1. const(E) front [@property getter]
    @property pragma(inline, true) const pure ref return scope @nogc @trusted
    @"complexity", "O(1)"
    static if(isOrdered!ordering)
    const(E)
    front
    ()
  2. inout(E) front [@property getter]

Meta