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.FastCell
<T>
function
new(head :
haxe.ds.FastCell
<T>) :
Void
Back
|
Index