Function every

  • Check if all values satisfy a test.

    Type Parameters

    • T

    Parameters

    • x: Set<T>

      a set

    • ft: TestFunction<T> = null

      test function (v, v, x)

    Returns boolean

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

Generated using TypeDoc