@@ -1,6 +1,6 @@
package cpp;
-extern class FastIterator<T>
+extern class FastIterator<T> implements haxe.rtti.Generic
{
public function hasNext():Bool;
public function next():T;