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