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

Function Add

include/Array.h:674–674  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

672 }
673
674 Array_obj<ELEM_> *Add(const ELEM_ &inItem) { push(inItem); return this; }
675
676 Array<ELEM_> init(int inIndex, ELEM_ inValue)
677 {

Calls 1

pushFunction · 0.70

Tested by

no test coverage detected