Function every

  • Check if all values satisfy a test.

    Parameters

    • x: object

      an object

    • ft: TestFunction

      test function (v, k, x)

    Returns boolean

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

Generated using TypeDoc