And

public struct And: Fn

And computes the conjunction of a list of boolean values, returning true if all elements are true, and false otherwise.

Reference.

  • Declaration

    Swift

    public init(_ terms: Expr...)

    Parameters

    terms

    Booleans to compare.