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

Method next

include/hx/Operators.h:440–446  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

438namespace hx
439{
440template<typename FROM, typename TO> Dynamic hx::ArrayKeyValueIterator<FROM, TO>::next()
441{
442 int p = mIdx++;
443 return
444 hx::AnonStruct2_obj< int,TO >::Create(HX_("key",9f,89,51,00),p,
445 HX_("value",71,7f,b8,31), toTo(mArray->__get(p)) );
446}
447}
448
449

Callers 1

AllocMoreBlocksMethod · 0.45

Calls 2

CreateFunction · 0.85
__getMethod · 0.80

Tested by

no test coverage detected