NotNullPtr.opAssign

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto opAssign(T* ptr)
  2. auto opAssign(MaybeNullPtr!(T, Tag) ptr)
  3. auto opAssign(MaybeNullPtr!(T, Tag2) ptr)
    struct NotNullPtr(T, string Tag_ = "default")
    opAssign
    (
    string Tag2
    )
    (
    MaybeNullPtr!(T, Tag2) ptr
    )
    if (
    Tag2 != Tag
    )

Meta