map.value.all

Syntax

l := map.value.all(m)

Get a list of all values in the map.

Note that there will be one entry for each key/value pair in the map. While each key is unique, values may not be.

Returns:l
Arguments:m