- allocMaybeNullSlice!(T, Tag) alloc(size_t amount) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- freevoid free(NotNullPtr!(T, Tag) ptr) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- freevoid free(T* ptr) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- freevoid free(NotNullSlice!(T, Tag) slice) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- ownsbool owns(void* ptr) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- reallocMaybeNullSlice!(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.