operator & method

And operator &(
  1. Expression other
)

Creates a 'logical and' expression of this expression and the other

Implementation

And operator &(Expression other) => and(other);