- alignAlloc
void* alignAlloc(size_t length, size_t alignment)
Undocumented in source. Be warned that the author may not have intended to support it.
- alignDispose
void alignDispose(T object)
Undocumented in source. Be warned that the author may not have intended to support it.
- alignMakeArray
T[] alignMakeArray(size_t length, size_t alignment)
Undocumented in source. Be warned that the author may not have intended to support it.
- dispose
void dispose(T object)
Undocumented in source. Be warned that the author may not have intended to support it.
- expandArray
T[] expandArray(T[] array, size_t length)
Undocumented in source. Be warned that the author may not have intended to support it.
- make
T* make(Args args)
Undocumented in source. Be warned that the author may not have intended to support it.
- makeArray
T[] makeArray(size_t length)
Undocumented in source. Be warned that the author may not have intended to support it.
- makeArray
T[] makeArray(size_t length, T initializer)
Undocumented in source. Be warned that the author may not have intended to support it.
- makeArray
T[] makeArray(T[] array)
Undocumented in source. Be warned that the author may not have intended to support it.
- resizeArray
T[] resizeArray(T[] array, size_t length)
Undocumented in source. Be warned that the author may not have intended to support it.