Map<K,V> is an mapping from keys K to values V where K only needs an Eq instance.
Map<K,V>
K
V
https://github.com/input-output-hk/plutus/blob/1.16.0.0/plutus-tx/src/PlutusTx/AssocMap.hs
Generated using TypeDoc
Map<K,V>
is an mapping from keysK
to valuesV
whereK
only needs an Eq instance.