dlib.container.array

Dynamic (expandable) array with random access

Members

Functions

reallocateArray
void reallocateArray(T[] buffer, const(size_t) len)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

Array
struct Array(T, size_t chunkSize = 32)

GC-free dynamic array implementation. Very efficient for small-sized arrays.

Meta

Authors

Timur Gafarov, Roman Vlasov, Andrey Penechko, Eugene Wissner, Roman Chistokhodov, aferust, ijet