Option.opAssign

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void opAssign(T val)
  2. void opAssign(T val)
    struct Option(T)
    static if(!(isNullAssignable!T))
    void
    opAssign
    ()
    (
    T val
    )

Meta