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

Function ____SetSizeExact

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

Source from the content-addressed store, hash-verified

275
276 inline void ____SetSize(int len) { resize(len); }
277 inline void ____SetSizeExact(int len) { __SetSizeExact(len); }
278 inline Dynamic ____unsafe_set(const Dynamic &i, const Dynamic &val) { return __SetItem(i,val); }
279 inline Dynamic ____unsafe_get(const Dynamic &i) { return __GetItem(i); }
280

Callers

nothing calls this directly

Calls 1

__SetSizeExactFunction · 0.85

Tested by

no test coverage detected