[Issue 3850] Signed/unsigned bytes type name

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Sat Oct 17 03:53:26 PDT 2015


https://issues.dlang.org/show_bug.cgi?id=3850

Shriramana Sharma <samjnaa at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |samjnaa at gmail.com

--- Comment #12 from Shriramana Sharma <samjnaa at gmail.com> ---
If the default signage of byte is going to be changed, then I support the
request for tiny/utiny (a very nice choice) or some other <name>/u<name> pair. 

byte would then be aliased to utiny/u<name> and ubyte slowly deprecated and
removed.

I personally haven't had much problem with byte/ubyte, but I can see where it
would be a problem for others.

--


More information about the Digitalmars-d-bugs mailing list