Disable implicit conversion

Steven Schveighoffer schveiguy at yahoo.com
Tue Mar 8 05:23:15 PST 2011


On Tue, 08 Mar 2011 05:19:31 -0500, Eugene <yes9111 at gmail.com> wrote:

> So the resulting output will cast both ubytes into integers and then
> cast that into a ubyte?

All arithmetic in the CPU is done on an integer level anyways.  So the  
language is just reflecting what the architecture does.

-Steve


More information about the Digitalmars-d mailing list