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

Function _hx_array_unsafe_get

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

Source from the content-addressed store, hash-verified

1269
1270template<typename ARRAY>
1271inline typename ARRAY::Elem _hx_array_unsafe_get(ARRAY inArray, int inIndex)
1272{
1273 return inArray->__unsafe_get(inIndex);
1274}
1275
1276
1277

Callers

nothing calls this directly

Calls 1

__unsafe_getMethod · 0.80

Tested by

no test coverage detected