Cleanup: Redefined dsize; use Char classifications
dsize is now always defined as a 64-bit unsigned integer. dsigsize is the signed variant.
Char offers character classification methods (e.g., isAlphaNumeric) using the_Foundation's functions.
View differences
Cleanup: Redefined dsize; use Char classifications
dsize is now always defined as a 64-bit unsigned integer. dsigsize is the signed variant.
Char offers character classification methods (e.g., isAlphaNumeric) using the_Foundation's functions.