N-ary expression base class.
This type of expression takes an arbitrary number of arguments.
Creates an N-ary expression
The type of the child expressions in args
must contain at least two child expressions
Take the logical And of this expression and another one.
This expression must evaluate to uint64.
This is the same as using And() with two arguments.
And()
Take the logical Or of this expression and another one.
This is the same as using Or() with two arguments.
Or()
Generated using TypeDoc
N-ary expression base class.
This type of expression takes an arbitrary number of arguments.