any static method

Starts an ANY quantified range predicate and defines a variable.

An ANY quantified range predicate returns true if at least one of the elements in the array matches.

Implementation

static ArrayExpressionIn any(VariableExpressionInterface variable) =>
    ArrayExpressionInImpl(Quantifier.any, variable);