libd.memory.ptr

Undocumented in source.

Members

Functions

maybeNull
MaybeNullPtr!(T, Tag) maybeNull(T* ptr)
Undocumented in source. Be warned that the author may not have intended to support it.
maybeNull
MaybeNullPtr!(T, Tag) maybeNull(NotNullPtr!(T, Tag) ptr)
Undocumented in source. Be warned that the author may not have intended to support it.
maybeNull
MaybeNullSlice!(T, Tag) maybeNull(T[] slice)
Undocumented in source. Be warned that the author may not have intended to support it.
maybeNull
MaybeNullSlice!(T, Tag) maybeNull(NotNullSlice!(T, Tag) slice)
Undocumented in source. Be warned that the author may not have intended to support it.
maybeNull
MaybeNullPtr!(T, "default") maybeNull(T* ptr)
Undocumented in source. Be warned that the author may not have intended to support it.
maybeNull
MaybeNullSlice!(T, "default") maybeNull(T[] slice)
Undocumented in source. Be warned that the author may not have intended to support it.
notNull
NotNullPtr!(T, Tag) notNull(T* ptr)
Undocumented in source. Be warned that the author may not have intended to support it.
notNull
NotNullPtr!(T, Tag) notNull(MaybeNullPtr!(T, Tag) ptr)
Undocumented in source. Be warned that the author may not have intended to support it.
notNull
NotNullSlice!(T, Tag) notNull(T[] slice)
Undocumented in source. Be warned that the author may not have intended to support it.
notNull
NotNullSlice!(T, Tag) notNull(MaybeNullSlice!(T, Tag) slice)
Undocumented in source. Be warned that the author may not have intended to support it.
notNull
NotNullPtr!(T, "default") notNull(T* ptr)
Undocumented in source. Be warned that the author may not have intended to support it.
notNull
NotNullSlice!(T, "default") notNull(T[] slice)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

MaybeNullPtr
struct MaybeNullPtr(T, string Tag_ = "default")
Undocumented in source.
MaybeNullSlice
struct MaybeNullSlice(T, string Tag_ = "default")
Undocumented in source.
NotNullPtr
struct NotNullPtr(T, string Tag_ = "default")
Undocumented in source.
NotNullSlice
struct NotNullSlice(T, string Tag_ = "default")
Undocumented in source.

Meta