haXe API Documentation
Back | Index
class haxe.FastCell<T>
import haxe.FastList
Available in flash, neko, js, flash9, php, cpp
var elt : T
var next : FastCell<T>
function new(elt : T, next : FastCell<T>) : Void
Back | Index