VariantPointerTo.opAssign

Assignment from that.

  1. auto ref opAssign(T* that)
  2. auto ref opAssign(typeof(null) that)
    struct VariantPointerTo(Types...)
    pure nothrow @nogc ref
    opAssign
    (
    typeof(null) that
    )

Meta