- 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.