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