operator ~ method

Implementation

MeiliNotOperatorExpression operator ~() {
  return MeiliNotOperatorExpression(this);
}