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)
  3. void opAssign(T other)
    struct Variant
    @nogc nothrow pragma(inline, true)
    void
    opAssign
    (
    T : Variant
    )
    (
    in T other
    )

Meta