(x uint16)
| 2179 | } |
| 2180 | |
| 2181 | func (rc *runContainer16) iremoveReturnMinimized(x uint16) container { |
| 2182 | rc.removeKey(x) |
| 2183 | return rc.toEfficientContainer() |
| 2184 | } |
| 2185 | |
| 2186 | func (rc *runContainer16) iremove(x uint16) bool { |
| 2187 | return rc.removeKey(x) |
nothing calls this directly
no test coverage detected