memutils.vector

Undocumented in source.

Members

Aliases

SecureArray
alias SecureArray(T) = Array!(T, SecureMem)
Undocumented in source.
SecureVector
alias SecureVector(T) = Vector!(T, SecureMem)
Undocumented in source.

Functions

TRACE
void TRACE(T t)
Undocumented in source. Be warned that the author may not have intended to support it.
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