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