[Feature Request] Keywords for symbol operators

monkyyy crazymonkyyy at gmail.com
Sun Feb 25 20:13:40 UTC 2024


On Sunday, 25 February 2024 at 04:55:08 UTC, Danilo wrote:
> 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
> ```

whats the name of `foo["bar",1..5]*=Seq!(13.37,'a');`


More information about the Digitalmars-d mailing list