Option.front

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

Meta