Haxe API Documentation
Back | Index
class haxe.ds.GenericCell<T>
import haxe.ds.GenericStack
Available in flash8, neko, js, flash, php, cpp
var elt : T
var next : GenericCell<T>
function new(elt : T, next : GenericCell<T>) : Void
Back | Index