Bug?

Jack Applegame japplegame at gmail.com
Mon May 11 12:27:40 UTC 2020


On Monday, 11 May 2020 at 12:20:06 UTC, Jack Applegame wrote:
>     assert(rng.front == 1);

Damn! I made a typo. It must be:

assert(rng.front == '1')

So the second example works fine.


More information about the Digitalmars-d-learn mailing list