{_→_`|}

Definitions:

any meta, any meta
Source: /avail/Avail/Foundation/Types
Categories: Maps, Types
Construct and answer a map type with the specified key type, value type, and uses all whole numbers as the value of the cardinality.
Position Name Type Description
Parameters
1 keyType any meta A type to which all keys of instances must conform.
2 valueType any meta A type to which all values of instances must conform.
Returns map meta The requested map type.

Semantic restrictions:

any meta's type, any meta's type
Source: /avail/Avail/Foundation/Types
Type Description
Parameter Types
any meta's type
any meta's type