Haxe API Documentation
Back | Index
private class haxe.ds.GenericStackIterator<T>
extends cpp.FastIterator<T>
import haxe.ds.GenericStack
Available in cpp
var current : haxe.ds.GenericCell<T>
function new(head : haxe.ds.GenericCell<T>) : Void
Back | Index