Values

WMA link


Values[<|$key_1$ -> $val_1$, $key_2$ -> $val_2$, ...|>]

return a list of the values $val_i$ in an association.

Values[{$key_1$ -> $val_1$, $key_2$ -> $val_2$, ...}]

return a list of the $val_i$ in a list of rules.

Values automatically threads over lists:

Values are listed in the order of their appearance:

Missing