Option.isDefined

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

Meta