public native toLower() as CodeUnit
Converts a character to lowercase when a lowercase mapping exists.
The lowercase character, or this character when it has no lowercase mapping.
assert `A`.toLower() == `a`