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

Function _hx_array_unsafe_set

include/Array.h:1264–1267  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1262
1263template<typename ARRAY,typename VALUE>
1264inline typename ARRAY::Elem _hx_array_unsafe_set(ARRAY inArray, int inIndex, VALUE inValue)
1265{
1266 return inArray->__unsafe_set(inIndex, inValue);
1267}
1268
1269
1270template<typename ARRAY>

Callers

nothing calls this directly

Calls 1

__unsafe_setMethod · 0.80

Tested by

no test coverage detected