Community request: Help us creating some iterators

Anyone wants to help us out creating a Map keyValueIterator for Haxe 4?

It’s pure Haxe, no ocaml required. More info here

It’d be nice, to avoid duplication of effort, to put names next to the data structures once they’re “claimed” (someone starts work.) E.g. Did Simon say he’d do Array, and @RealyUniqueName on String?

Done, now who wants to gets its hands dirty on the others?

Is it possible to re-use Iterators library for this? I’ve used it a few times to do key value loops, works great. Sounds like it just needs to get wrapped differently to cover most of the field types.