You can register to create an account and edit the pages of the Wiki.
To inspect a value, use
dict[key]
To set/update a value, use
dict[key] = value;
To iterate the values of a dictionary, use
var keys : Array<Dynamic> = untyped __keys__(dict);
All rights reserved. Powered by Haxe
To inspect a value, use
dict[key]To set/update a value, use
dict[key] = value;To iterate the values of a dictionary, use
var keys : Array<Dynamic> = untyped __keys__(dict);