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

Function _hx_array_set_size_exact

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

__SetSizeExactMethod · 0.45

Tested by

no test coverage detected