On Thursday, 9 October 2014 at 15:41:48 UTC, bearophile wrote:
You want ubytes (unsigned bytes) because 0x04 is 164 that is bigger than byte.max.I'd like bytes to be named sbyte and ubyte in D, but Walter has refused this.Bye, bearophile
Got it to work, thanks a lot!