| 49 | |
| 50 | template <typename T> |
| 51 | void set(uint32_t index, T t) {heapArray()->set(index, t);} |
| 52 | |
| 53 | // Warning: Changing the size of a MutableArray invalidates pointers to items that are |
| 54 | // small scalar values, and also invalidates iterators. |
nothing calls this directly
no outgoing calls
no test coverage detected