class haxe.ds.GenericCell<T>

import haxe.ds.GenericStack;

Available on all platforms

Instance Fields

var elt:T

function new(elt:T, next:GenericCell<T>):Void