VariantPointerTo.opAssign

Assignment from that.

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

Meta