Skip to content

Values

Status: Stable

documented, exercised by the test suite and/or worked examples, with no known limitations recorded.

Description

Values[assoc]
    Gives a list of the values of an association (or rules).

Examples

All examples below are verified against the current Mathilda build.

In[1]:= Values[<|"a" -> 1, "b" -> 2|>]
Out[1]= {1, 2}

Implementation notes

Attributes: Protected.

Implementation status

Stable — documented, exercised by the test suite and/or worked examples, with no known limitations recorded.

References