LazedAssocArray.set

Set the value with the key. This function works like: laa["key"] = value; with laa.set("key", value)

class LazedAssocArray(T)
void
set
(
string key
,
)

Meta