addOffset returns the (low, high) parts of the shifted container. Whenever one of them would be empty, nil will be returned instead to avoid unnecessary allocations.
(uint16)
| 15 | // Whenever one of them would be empty, nil will be returned instead to |
| 16 | // avoid unnecessary allocations. |
| 17 | addOffset(uint16) (container, container) |
| 18 | |
| 19 | clone() container |
| 20 | and(container) container |
no outgoing calls