()
| 24 | iandNot(container) container // i stands for inplace |
| 25 | isEmpty() bool |
| 26 | getCardinality() int |
| 27 | // rank returns the number of integers that are |
| 28 | // smaller or equal to x. rank(infinity) would be getCardinality(). |
| 29 | rank(uint16) int |
no outgoing calls