may change return type to minimize storage.
(start, final int)
| 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) |
| 46 | xor(r container) container |
| 47 | ixor(r container) container // i stands for inplace |
no outgoing calls