inplace, returns true if x was present.
(uint16)
| 40 | |
| 41 | iremove(x uint16) bool // inplace, returns true if x was present. |
| 42 | iremoveReturnMinimized(uint16) container // may change return type to minimize storage. |
| 43 | |
| 44 | not(start, final int) container // range is [firstOfRange,lastOfRange) |
| 45 | inot(firstOfRange, endx int) container // i stands for inplace, range is [firstOfRange,endx) |
no outgoing calls