Optional.opAssign

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void opAssign(T value)
  2. void opAssign(Arg value)
    struct Optional(T)
    static if(is(T : Nullable!Arg, Arg))
    void
    opAssign
    (
    Arg value
    )

Meta