package
1.3.3
Repository: https://github.com/onflow/cadence.git
Documentation: pkg.go.dev

# Functions

KeySetIntersection returns a map containing the intersection of the keys in the two maps this is only well defined for sets (i.e.
KeySetUnion returns a map containing the union of the keys in the two maps this is only well defined for sets (i.e.
New returns a new OrderedMap of the given size.

# Structs

OrderedMap.
Pair is an entry in an OrderedMap.