| 1262 | |
| 1263 | template<typename ARRAY,typename VALUE> |
| 1264 | inline typename ARRAY::Elem _hx_array_unsafe_set(ARRAY inArray, int inIndex, VALUE inValue) |
| 1265 | { |
| 1266 | return inArray->__unsafe_set(inIndex, inValue); |
| 1267 | } |
| 1268 | |
| 1269 | |
| 1270 | template<typename ARRAY> |
nothing calls this directly
no test coverage detected