And I want to have small number litterals automatically choosing the smallest fitting type.

If I write

ubyte b = 1u;
auto c = b + 1u;

I expect the 1u to be of type ubyte - and also c.

Reply via email to