lib.haxe.org

format 1.20 Documentation

Back | Index
enum format.abc.Value
import format.abc.Data
VUInt(i : Index<haxe.Int32>)
VString(i : Index<String>)
VNull
VNamespace(kind : Int,ns : Index<Namespace>)
VInt(i : Index<haxe.Int32>)
VFloat(f : Index<Float>)
VBool(b : Bool)
Back | Index