Initial feedback for std.experimental.image

Tofu Ninja via Digitalmars-d digitalmars-d at puremagic.com
Fri Jul 10 01:19:00 PDT 2015


On Friday, 10 July 2015 at 05:27:21 UTC, rikki cattermole wrote:
> What we need is a unsigned integer type of word size that can 
> have an out of bounds value aka negative. While also supporting 
> calculations that is both signed and unsigned.
> So basically a unsigned integer behaving like a signed one.
> Now wouldn't that solve the problem we have?

Yeah we have those, they are called signed integers...

But for real, you are way over complicating the problem, just use 
an int.


More information about the Digitalmars-d mailing list