Function rangeEntries

  • Find smallest and largest entries.

    Type Parameters

    • K

    • V

    • W = V

    Parameters

    • x: Map<K, V>

      a map

    • fc: CompareFunction<V | W> = null

      compare function (a, b)

    • fm: MapFunction<K, V, V | W> = null

      map function (v, k, x)

    Returns [[K, V], [K, V]]

    [min_entry, max_entry]

Generated using TypeDoc