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)
    struct NotNullPtr(T, string Tag_ = "default")
    opAssign
    ()
  3. auto opAssign(MaybeNullPtr!(T, Tag2) ptr)

Meta