Function eqMap

  • Eq instance for a Map. Returns true iff

    • Both maps have the same number of elements
    • Every key value pair in one map is in the other.

    Type Parameters

    • K

    • V

    Parameters

    • dictK: Eq<K>
    • dictV: Eq<V>

    Returns Eq<Map<K, V>>

Generated using TypeDoc