AssocMap<K, V>: [K, V][]

A Map represented as an ordered associative list

Type Parameters

  • K

    The type of the keys in the map.

  • V

    The type of the values in the map.