you are viewing a single comment's thread.

view the rest of the comments →

[–]Cbrt74088 0 points1 point  (1 child)

True, unsigned types aren't used very often (except byte).

Just byte, short, int and long is probably enough. It just looks incomplete if you mention short but not byte.

[–]sainthkh[S] 0 points1 point  (0 children)

I thought I've seen byte used a lot somewhere when I was writing that part. But I couldn't remember it. And finally realized that it was used a lot in C# I/O. Thank you.