THT
Install
Manual
Version: v0.8.1 - Beta. We welcome
contributors & feedback
.
Home
Manual
Map
Map.keys
keys() -> list
Description
Get a List of all keys.
$map = { a: 1, b: 2, c: 3 } $map.keys() //= ['a', 'b', 'c']
See Also
default
hasKey
hasValue
keysForValue
renameKey
values
Back: Map