- addRef
void addRef(SupportQual support)
Undocumented in source. Be warned that the author may not have intended to support it.
- allocator
auto ref allocator()
Returns the actual allocator from ouroboros
- capacity
size_t capacity()
Undocumented in source. Be warned that the author may not have intended to support it.
- delRef
void delRef(Unqual!T[] support)
Undocumented in source. Be warned that the author may not have intended to support it.
- destroyUnused
void destroyUnused()
Undocumented in source. Be warned that the author may not have intended to support it.
- dup
typeof(this) dup()
Undocumented in source. Be warned that the author may not have intended to support it.
- empty
bool empty()
Undocumented in source. Be warned that the author may not have intended to support it.
- forceLength
void forceLength(size_t len)
Undocumented in source. Be warned that the author may not have intended to support it.
- front
auto ref front()
Undocumented in source. Be warned that the author may not have intended to support it.
- getAllocator
auto ref getAllocator()
Undocumented in source. Be warned that the author may not have intended to support it.
- insert
size_t insert(size_t pos, Stuff stuff)
Undocumented in source. Be warned that the author may not have intended to support it.
- insert
size_t insert(size_t pos, Stuff[] stuff)
Undocumented in source. Be warned that the author may not have intended to support it.
- isUnique
bool isUnique()
Undocumented in source. Be warned that the author may not have intended to support it.
- length
size_t length()
Undocumented in source. Be warned that the author may not have intended to support it.
- opAssign
auto ref opAssign(typeof(this) rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
- opBinary
auto ref opBinary(U rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
- opIndex
auto ref opIndex(size_t idx)
Undocumented in source.
- opIndexAssign
auto ref opIndexAssign(U elem, size_t idx)
Undocumented in source.
- opIndexOpAssign
auto ref opIndexOpAssign(U elem, size_t idx)
Undocumented in source.
- opIndexUnary
auto ref opIndexUnary(size_t idx)
Undocumented in source.
- opOpAssign
auto ref opOpAssign(U rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
- opSlice
Qualified opSlice()
Undocumented in source. Be warned that the author may not have intended to support it.
- opSlice
Qualified opSlice(size_t start, size_t end)
Undocumented in source.
- popFront
void popFront()
Undocumented in source. Be warned that the author may not have intended to support it.
- prefCount
auto prefCount(SupportQual support)
Undocumented in source. Be warned that the author may not have intended to support it.
- reserve
void reserve(size_t n)
Undocumented in source. Be warned that the author may not have intended to support it.
- save
auto ref save()
Undocumented in source. Be warned that the author may not have intended to support it.
- setAllocator
bool setAllocator(RCIAllocator allocator)
Constructs the ouroboros allocator from allocator if the ouroboros
- tail
Qualified tail()
Undocumented in source. Be warned that the author may not have intended to support it.