WordVariant.opAssign

Assignment from that.

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

Meta