• Creates a new ReadonlyMap that holds the given values.

    If a Map is passed, all its values will be copied into a new Map.

    See

    data-structures/maps!ReadonlyMapByDelegation

    Type Parameters

    Type Parameters

    • K

    • V

    Parameters

    • values: Iterable<[K, V]>

      the values for the ReadonlyMap

    Returns ReadonlyMap<K, V>

Generated using TypeDoc