Option.front

Undocumented in source. Be warned that the author may not have intended to support it.
  1. inout(T) front [@property getter]
  2. T front [@property getter]
    struct Option(T)
    @property const
    static if(!(isNullAssignable!T))
    T
    front
    ()

Meta