Function every

  • Examine if all values satisfy a test.

    Type Parameters

    • T

    Parameters

    • x: T[]

      an array

    • ft: TestFunction<T> = null

      test function (v, i, x)

    Returns boolean

    true if ft(vᵢ) = true for all vᵢ ∈ x

Generated using TypeDoc