Variant.opAssign

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void opAssign(T input)
  2. void opAssign(T nil)
    struct Variant
    @nogc nothrow pragma(inline, true)
    void
    opAssign
    (
    T : typeof(null)
    )
    (
    in T nil
    )
  3. void opAssign(T other)

Meta