July 22, 2017
Are the following floating operators gone?

  !> !< !>= !<= <> !<> <>= !<>=

They still appear at least on the following pages:

  http://dlang.org/spec/lex.html#tokens

  https://wiki.dlang.org/Operator_precedence

Thanks to Andrew Edwards's warning and unless someone objects, I'm removing them from the book...

Ali

July 22, 2017
On 7/22/2017 6:03 PM, Ali Çehreli wrote:
> Are the following floating operators gone?
> 
>    !> !< !>= !<= <> !<> <>= !<>=
> 
> They still appear at least on the following pages:
> 
>    http://dlang.org/spec/lex.html#tokens
> 
>    https://wiki.dlang.org/Operator_precedence
> 
> Thanks to Andrew Edwards's warning and unless someone objects, I'm removing them from the book...
> 
> Ali
> 

Yes, they're gone. They were a failure.