Methods

.ΒΆ

.(h:Hash, attr:Str)

Get hash key.
Source: stdlib.ngs:897

Example

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