SList

Constructors

this
this(U[] values...)
this(IAllocator allocator, U[] values...)
this(Stuff stuff)
this(IAllocator allocator, Stuff stuff)

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

destroyUnused
void destroyUnused()
isUnique
bool isUnique()
setAllocator
bool setAllocator(IAllocator allocator)

Constructs the ouroboros allocator from allocator if the ouroboros

Meta