SList
struct SList (
) {
Node* _head;
Mutable!MutableAlloc _ouroborosAllocator;
}
- this
this(U[] values...)
this(IAllocator allocator, U[] values...)
this(Stuff stuff)
this(IAllocator allocator, Stuff stuff)
A destructor is present on this object, but not explicitly documented in the source.
A postblit is present on this object, but not explicitly documented in the source.
- 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