Array

struct Array (
T
) {
T[] _payload;
Unqual!T[] _support;
enum double capacityFactor;
enum initCapacity;
Mutable!MutableAlloc _ouroborosAllocator;
}

Destructor

A destructor is present on this object, but not explicitly documented in the source.

Postblit

A postblit is present on this object, but not explicitly documented in the source.

Members

Functions

allocator
auto ref allocator()

Returns the actual allocator from ouroboros

setAllocator
bool setAllocator(IAllocator allocator)

Constructs the ouroboros allocator from allocator if the ouroboros

Meta