- alloc
MaybeNullSlice!(T, Tag) alloc(size_t amount)
Undocumented in source. Be warned that the author may not have intended to support it.
- free
void free(NotNullSlice!(T, Tag) slice)
Undocumented in source. Be warned that the author may not have intended to support it.
- free
void free(NotNullPtr!(T, Tag) ptr)
Undocumented in source. Be warned that the author may not have intended to support it.
- realloc
MaybeNullSlice!(T, Tag) realloc(NotNullSlice!(T, Tag) slice, size_t toAmount)
Undocumented in source. Be warned that the author may not have intended to support it.