- add
O add(T[] values)
Undocumented in source. Be warned that the author may not have intended to support it.
- change
O change(size_t left, size_t right)
Undocumented in source. Be warned that the author may not have intended to support it.
- clear
O clear()
Undocumented in source. Be warned that the author may not have intended to support it.
- dup
O dup()
Undocumented in source. Be warned that the author may not have intended to support it.
- has
bool has(T value)
Undocumented in source. Be warned that the author may not have intended to support it.
- hasAll
bool hasAll(T[] values)
Undocumented in source. Be warned that the author may not have intended to support it.
- hasAny
bool hasAny(T[] values)
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.
- opCall
O opCall(T[] newItems)
Undocumented in source. Be warned that the author may not have intended to support it.
- opCall
O opCall(T[] newItems)
Undocumented in source. Be warned that the author may not have intended to support it.
- opEquals
bool opEquals(T[] values)
Undocumented in source. Be warned that the author may not have intended to support it.
- remove
O remove(T[] values)
Undocumented in source. Be warned that the author may not have intended to support it.
- sorting
O sorting(bool asc)
Undocumented in source. Be warned that the author may not have intended to support it.
- toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.
- toggle
O toggle(T value)
Undocumented in source. Be warned that the author may not have intended to support it.
- toggle
O toggle(T[] values)
Undocumented in source. Be warned that the author may not have intended to support it.
- uniquing
O uniquing()
Undocumented in source. Be warned that the author may not have intended to support it.