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

Function Array_obj

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

Source from the content-addressed store, hash-verified

523
524
525 Array_obj(int inSize,int inReserve) :
526 hx::ArrayBase(inSize,inReserve,sizeof(ELEM_),!hx::ContainsPointers<ELEM_>()) { }
527
528
529 // Defined later so we can use "Array"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected