(r container)
| 45 | inot(firstOfRange, endx int) container // i stands for inplace, range is [firstOfRange,endx) |
| 46 | xor(r container) container |
| 47 | ixor(r container) container // i stands for inplace |
| 48 | getShortIterator() shortPeekable |
| 49 | getUnsetIterator() shortPeekable |
| 50 | iterate(cb func(x uint16) bool) bool |
no outgoing calls
no test coverage detected