NGS version 0.2.5 auto-generated documentation
Documentation index
The global namespace
keys multimethod
keys multimethod
Methods
keys(
h:
Hash
)
Get Hash keys as an array
Returns
Arr
Example
{"a": 1, "b": 2}.keys() # ['a','b']
keys(
hl:
HashLike
)
Source:
stdlib.ngs:727
Get keys
Returns
Arr