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