Regarding the proposed Binray Literals Deprecation

0xEAB desisma at heidel.beer
Fri Sep 9 23:10:16 UTC 2022


On Friday, 9 September 2022 at 16:55:18 UTC, Puneet Goel wrote:
> Please reconsider binary literal deprecation.

+1

funfact, PHP got them as well:

```php
<?php
var_dump(0b1011);      // int(11)
var_dump(0b0011_1111); // int(63)
```


More information about the Digitalmars-d mailing list