Bjarne Stroustrup thinks all size types should have been signed (PDF warning)
https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2019/p1428r0.pdf
Discussions: https://discu.eu/q/https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2019/p1428r0.pdf
@c_discussions Thats kind of stupid. You essentially never need to use negative size and in the odd case you do just do
`typedef ssize_t signed int`
Of course size_t might not always be = to unsigned int but that hardly matters.
@c_discussions Woops looks like code blocks don't work on Mastodon. What a shame lemmy has them.