@mikuroxina/mini-fn
    Preparing search index...

    Function fromIterableWith

    • Creates a new Map<K, V> from the iterator of key-value entries and the custom hasher.

      Type Parameters

      • K

      Parameters

      Returns (hasher: Hasher) => <V>(iterable: Iterable<[K, V]>) => Hash.Map<K, V>

      The new hash table dictionary.