memutils.vector

Undocumented in source.

Members

Functions

array
auto array(T[] val)
Undocumented in source. Be warned that the author may not have intended to support it.
vector
auto vector(T[] val)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

Vector
struct Vector(T, ALLOC = ThreadMem)

An array that uses a custom allocator.

Templates

Array
template Array(T, ALLOC = ThreadMem)
Undocumented in source.
isImplicitlyConvertibleLegacy
template isImplicitlyConvertibleLegacy(From, To)
Undocumented in source.

Meta