ByLvalueElement.front

Get reference to front element.

  1. SomeMap.ElementType front [@property getter]
  2. auto ref front [@property getter]
    struct ByLvalueElement(SomeMap)
    pragma(inline, true) @property scope ref return @trusted
    static if(!(isAddress!(SomeMap.ElementType)))
    front
    ()

Meta