std.algorithm.remove and principle of least astonishment

Daniel Gibson metalcaedes at gmail.com
Wed Nov 24 07:35:59 PST 2010


spir schrieb:
> What i don't understand is why people who need unsigned bytes do not use ubyte? But instead bug into char. Is this only because of C baggage?
> 

probably because you can't write ubyte[] str = "asdf"; and they want to have 
"ascii-chars" in their ubyte arrays


More information about the Digitalmars-d mailing list