front

Get front element reference.

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

Meta