And

class And : BinaryExpression


The logical AND operator.

val x = And(true, true)

Summary