Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var FCreate = lang.NewMethod("create", createObject, "creates a blank object")
View Source
var FGet = lang.NewMethod("get", getObject, "get a value in the given object.")
View Source
var FKeys = lang.NewMethod("keys", keysObject, "get a slice of all keys in the object.")
View Source
var FSet = lang.NewMethod("set", setObject, "set a value in the given object.")
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.