- compress
void compress()
- compress
void compress()
Undocumented in source. Be warned that the author may not have intended to support it.
- contains
bool contains(U value)
- isSmall
bool isSmall()
- linearInsert
bool[Us.length] linearInsert(Us values)
Inserts values into this ordered set.
- linearInsert
void linearInsert(Us values)
- linearInsertAtIndex
void linearInsertAtIndex(size_t index, Us values)
Insert element(s) values at array offset index.
- linearPopAtIndex
ContainerElementType!(typeof(this), E) linearPopAtIndex(size_t index)
Removal doesn't need to care about ordering.
- linearPopFront
ContainerElementType!(typeof(this), E) linearPopFront()
Removal doesn't need to care about ordering.
- linearPushFront
void linearPushFront(Us values)
Insert element(s) values at the beginning.
- opOpAssign
void opOpAssign(Us values)
Undocumented in source. Be warned that the author may not have intended to support it.
- opOpAssign
void opOpAssign(R values)
Undocumented in source. Be warned that the author may not have intended to support it.
- opOpAssign
void opOpAssign(A values)
Undocumented in source. Be warned that the author may not have intended to support it.
- popBack
ContainerElementType!(typeof(this), E) popBack()
Removal doesn't need to care about ordering.
- pushBack
void pushBack(Us values)
void pushBack(R values)
void pushBack(A values)
Push back (append) values.
- reserve
void reserve(size_t n)
Reserve room for n elements at store _storePtr.
- reserve
void reserve(size_t n)
Undocumented in source. Be warned that the author may not have intended to support it.
- zero
void zero()
Undocumented in source. Be warned that the author may not have intended to support it.
Small-size-optimized (SSO-packed) array of value types E.