Or

public struct Or: Fn

Or computes the disjunction of a list of boolean values, returning true if any elements are true, and false otherwise.

Reference.

  • Declaration

    Swift

    public init(_ terms: Expr...)

    Parameters

    terms

    Booleans to compare.