contains method

Expr contains(
  1. Expr rhs
)

Implementation

Expr contains(Expr rhs) {
  return ExprContains(left: this, right: rhs);
}