Function searchAll

  • Find indices of values passing a test.

    Type Parameters

    • T

    Parameters

    • x: Iterable<T>

      an iterable

    • ft: TestFunction<T>

      test function (v, i, x)

    Returns IterableIterator<number>

    indices of value

Generated using TypeDoc