Function invertMap

  • Type Parameters

    • K

    • V

    Parameters

    • map: Map<K, V>

    Returns Map<V, K>

Generated using TypeDoc