| 1250 | // Static externs |
| 1251 | template<typename ARRAY> |
| 1252 | inline ARRAY _hx_array_set_size_exact(ARRAY inArray, int inLen) |
| 1253 | { |
| 1254 | return inArray->__SetSizeExact(inLen); |
| 1255 | } |
| 1256 | |
| 1257 | template<typename ARRAY1,typename ARRAY2> |
| 1258 | inline int _hx_array_memcmp(ARRAY1 inArray1, ARRAY2 inArray2) |
nothing calls this directly
no test coverage detected