Variant.opAssign

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

Meta