[Feature Request] Keywords for symbol operators

Danilo codedan at aol.com
Sun Feb 25 04:55:08 UTC 2024


What about adding [keyword 
forms](https://en.cppreference.com/w/cpp/language/operator_alternative) for some operator symbols, like in [C++](https://en.cppreference.com/w/cpp/language/operator_logical) ?

```
Symbol | Keyword
----------------
   !    |   not
   !=   |  noteq
        |
   &&   |   and
   ||   |   or
        |
   &    | bitand
   |    | bitor
```


More information about the Digitalmars-d mailing list