Methods

.=ΒΆ

.=(h:Hash, attr:Str, v:Any)

Set hash key.
Source: stdlib.ngs:903

Returns

v

Example

h = {"a": 1}
h.a = 2  # 2, Same as h["a"] = 2