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

Function next

include/cpp/FastIterator.h:51–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49
50 bool hasNext() { return mHasNext(); }
51 T next() { return mNext(); }
52
53 void __Mark(hx::MarkContext *__inCtx)
54 {

Callers 1

_dynamicNextFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected