| 128 | void append(T v) {append() = v;} |
| 129 | |
| 130 | void insertNulls(uint32_t i, uint32_t n) {FLMutableArray_Insert(*this, i, n);} |
| 131 | |
| 132 | // This enables e.g. `array[10] = 17` |
| 133 | inline keyref<MutableArray,uint32_t> operator[] (int i) { |
nothing calls this directly
no test coverage detected