> I expected such an answer and I do understand the decisions behind it. Yet, > you gave me a really GOOD news! Having to write cast(ubyte) 1 was way too > much verbose for my liking, while the new ubyte(1) is reasonable enough.
Why not use `1u`?
Philippe Sigaud via Digitalmars-d-learn Wed, 30 Jul 2014 02:48:07 -0700
> I expected such an answer and I do understand the decisions behind it. Yet, > you gave me a really GOOD news! Having to write cast(ubyte) 1 was way too > much verbose for my liking, while the new ubyte(1) is reasonable enough.
Why not use `1u`?