haXe API Documentation
Back | Index
private class haxe.FastListIterator<T>
extends cpp.FastIterator<T>
import haxe.FastList
Available in cpp
var current : haxe.FastCell<T>
function new(head : haxe.FastCell<T>) : Void
Back | Index