Function fromLists

  • Convert lists to map.

    Type Parameters

    • K

    • V

    Parameters

    • x: Lists<K, V>

      lists, i.e. [keys, values]

    Returns Map<K, V>

    x as map

Generated using TypeDoc