Optional.opAssign

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void opAssign(typeof(null) )
  2. void opAssign(T val)
  3. void opAssign(U val)
    struct Optional(T)
    void
    opAssign
    (
    U
    )
    (
    U val
    )

Meta