Keys
[<|
$key_1$ ->
$val_1$, $key_2$ ->
$val_2$, ...|>
]Keys
[{$key_1$ ->
$val_1$, $key_2$ ->
$val_2$, ...}]Keys[<|a -> x, b -> y|>]
Keys[{a -> x, b -> y}]
Keys automatically threads over lists:
Keys[{<|a -> x, b -> y|>, {w -> z, {}}}]
Keys are listed in the order of their appearance:
Keys[{c -> z, b -> y, a -> x}]