fn toUpper(c: u8) u8

Uppercases the character and returns it as-is if already uppercase or not a letter.

Parameters

c: u8,