| 730 | hx::Class ArrayBase::__mClass; |
| 731 | |
| 732 | Dynamic ArrayCreateEmpty() { return new Array<Dynamic>(0,0); } |
| 733 | Dynamic ArrayCreateArgs(DynamicArray inArgs) |
| 734 | { |
| 735 | return inArgs->__copy(); |
nothing calls this directly
no outgoing calls
no test coverage detected