| 45 | |
| 46 | void remove(slice key) {heapDict()->remove(key);} |
| 47 | void removeAll() {heapDict()->removeAll();} |
| 48 | |
| 49 | /** Promotes an Array value to a MutableArray (in place) and returns it. |
| 50 | Or if the value is already a MutableArray, just returns it. Else returns null. */ |
nothing calls this directly
no outgoing calls
no test coverage detected