| 731 | |
| 732 | Dynamic ArrayCreateEmpty() { return new Array<Dynamic>(0,0); } |
| 733 | Dynamic ArrayCreateArgs(DynamicArray inArgs) |
| 734 | { |
| 735 | return inArgs->__copy(); |
| 736 | } |
| 737 | |
| 738 | static bool ArrayCanCast(hx::Object *inInstance) |
| 739 | { |
nothing calls this directly
no outgoing calls
no test coverage detected