_'s⁇values

Definitions:

map
Source: /avail/Avail/Foundation/Bootstrap/Infallible Primitives
Categories: Primitives, Maps, Queries
Answer a tuple containing the values of the specified map. The values are arranged in no particular order.
Position Name Type Description
Parameters
1 aMapType map A map.
Returns tuple The argument's values.

Semantic restrictions:

map meta
Source: /avail/Avail/Foundation/Early Maps
Note that the values of a map are arbitrarily ordered (by hashing), and no two invocations on the same map are guaranteed to produce the same tuple.
Type Description
Parameter Types
map meta