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

Function __concat

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

Dynamic interface

Source from the content-addressed store, hash-verified

933
934 // Dynamic interface
935 hx::ArrayBase* __concat(const cpp::VirtualArray& a0) HXCPP_OVERRIDE { return concat(a0).mPtr; }
936 hx::ArrayBase *__copy() HXCPP_OVERRIDE { return copy().mPtr; }
937 void __insert(int inIndex,const Dynamic &a1) HXCPP_OVERRIDE { insert(inIndex,a1);}
938 Dynamic __iterator() HXCPP_OVERRIDE { return iterator(); }

Callers

nothing calls this directly

Calls 1

concatFunction · 0.85

Tested by

no test coverage detected