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))
    &&
    !is(Unqual!T : void*)
    )
  2. void opAssign(void* input)
  3. void opAssign(T nil)
  4. void opAssign(T other)

Meta