MCPcopy Create free account
hub / github.com/HaxeFoundation/hxcpp / removeAt

Function removeAt

include/cpp/VirtualArray.h:450–450  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls 1

checkBaseFunction · 0.85

Tested by

no test coverage detected