values function:

  • Can also be called as vals

Get the list of values from an object.

Examples:

  • running: (values {"key-1": 1, "key-2": false}) will give: [1, false]

  • running: (values [1, 2, 4]) will return nothing