Function searchValue

  • Find a key with given value.

    Returns

    key of value

    Type Parameters

    • K

    • V

    • W = V

    Parameters

    • x: Lists<K, V>

      lists

    • v: V

      search value

    • fc: CompareFunction<V | W> = null

      compare function (a, b)

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

      map function (v, k, x)

    Returns K

Generated using TypeDoc