In

class In(val lhs: Expression, val rhs: Expression) : Expression

Determines whether a value is an element of a list.

Constructors

Link copied to clipboard
fun In(lhs: Expression, rhs: Expression)

Properties

Link copied to clipboard
val lhs: Expression

an expression evaluating to the value whose containment in the list is to be determined.

Link copied to clipboard
val rhs: Expression

an expression evaluating to the list in which the value's containment is to be determined.