operator & method

Implementation

MeiliAndOperatorExpression operator &(MeiliOperatorExpressionBase other) {
  return MeiliAndOperatorExpression(first: this, second: other);
}