- add
void add(size_t n)
Undocumented in source. Be warned that the author may not have intended to support it.
- clear
void clear()
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.
- has
bool has(size_t n)
Undocumented in source. Be warned that the author may not have intended to support it.
- intersects
bool intersects(NaturalNumberSet other)
Undocumented in source. Be warned that the author may not have intended to support it.
- maxElement
size_t maxElement()
Undocumented in source. Be warned that the author may not have intended to support it.
- minElement
size_t minElement()
Undocumented in source. Be warned that the author may not have intended to support it.
- opBinary
bool opBinary(NaturalNumberSet other)
Undocumented in source. Be warned that the author may not have intended to support it.
- opBinary
bool opBinary(NaturalNumberSet other)
Undocumented in source. Be warned that the author may not have intended to support it.
- opBinary
NaturalNumberSet opBinary(NaturalNumberSet other)
Undocumented in source. Be warned that the author may not have intended to support it.
- opBinaryRight
bool opBinaryRight(size_t n)
Undocumented in source. Be warned that the author may not have intended to support it.
- opOpAssign
NaturalNumberSet opOpAssign(NaturalNumberSet other)
Undocumented in source. Be warned that the author may not have intended to support it.
- remove
void remove(size_t n)
Undocumented in source. Be warned that the author may not have intended to support it.
- reserveFor
void reserveFor(size_t n)
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.