| 448 | } |
| 449 | |
| 450 | inline bool removeAt(int inIndex) { checkBase(); return (store!=hx::arrayEmpty) && base->__removeAt(inIndex); } |
| 451 | |
| 452 | int indexOf(Dynamic inValue, Dynamic fromIndex = null()) |
| 453 | { |
nothing calls this directly
no test coverage detected