- create
T create(size_t size, string file, size_t line)
Undocumented in source. Be warned that the author may not have intended to support it.
- create
void create(T data, size_t size, string file, size_t line)
Undocumented in source.
- create
void create(U[] data, const(U[]) src, string file, size_t line)
Undocumented in source.
- create
T* create(Args args, string file, size_t line)
Undocumented in source. Be warned that the author may not have intended to support it.
- create
T create(string file, size_t line)
Undocumented in source. Be warned that the author may not have intended to support it.
- dispose
void dispose(T die, string file, size_t line)
Undocumented in source. Be warned that the author may not have intended to support it.
- dispose
void dispose(T die, string file, size_t line)
Undocumented in source. Be warned that the author may not have intended to support it.
- memcpy_wrapper
void memcpy_wrapper(T desination, T source)
Undocumented in source. Be warned that the author may not have intended to support it.
- randomize
bool randomize(immutable(ubyte[]) seed)
Undocumented in source.
- resize
void resize(T data, size_t len, string file, size_t line)
Undocumented in source. Be warned that the author may not have intended to support it.