Option.isNone

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

Meta