Function every

  • Check if all values satisfy a test.

    Returns

    true if ft(vᵢ) = true for all [kᵢ, vᵢ] ∈ x

    Parameters

    • x: object

      an object

    • ft: TestFunction

      test function (v, k, x)

    Returns boolean

Generated using TypeDoc