WordVariant.opAssign

Assignment from that.

  1. auto ref opAssign(typeof(this) value)
    struct WordVariant(Types...)
    pure nothrow @nogc ref
    opAssign
    ()
  2. auto ref opAssign(T that)
  3. auto ref opAssign(typeof(null) that)
  4. auto ref opAssign(WordVariant!(SubTypes) value)

Meta