Function searchValueAll

  • Find indices of a value.

    Type Parameters

    • T

    • U = T

    Parameters

    • x: Iterable<T>

      an iterable

    • v: T

      search value

    • fc: CompareFunction<T | U> = null

      compare function (a, b)

    • fm: MapFunction<T, T | U> = null

      map function (v, i, x)

    Returns IterableIterator<number>

    indices of value

Generated using TypeDoc