class haxe.ds.GenericCell<T>
import haxe.ds.GenericStack;
Available on all platforms
var elt:T
var next:GenericCell<T>
function new(elt:T, next:GenericCell<T>):Void