ByLvalueElement.front

Get reference to front element.

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

Meta