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. | ||