Create "and" (&&) operator that applies to a variable number of expressions.
Rest
Variable number of boolean expressions. Supports the spread operator.
boolean value
Create "and" (&&) operator that applies to a variable number of expressions.