FastCell

class haxe.FastCell<T>import haxe.FastListAvailable in flash, flash9, neko, js, php var elt : T var next : FastCell<T> function new( elt : T, next : FastCell<T> ) : Void
version #2271, modified 2008-07-28 10:00:48 by api