package cpp; extern class FastIterator implements haxe.rtti.Generic { public function hasNext():Bool; public function next():T; }