FastCell

class haxe.FastCell<T>import haxe.FastListAvailable in flash, flash9, neko, js, php, cpp var elt : T var next : FastCell<T> function new( elt : T, next : FastCell<T> ) : Void
version #6517, modified 2009-07-26 17:46:12 by api