klyn.CodeUnit.toUpper
method
public native toUpper() as CodeUnit
Description

Converts a character to uppercase when an uppercase mapping exists.

Returns

The uppercase character, or this character when it has no uppercase mapping.

Example
assert `a`.toUpper() == `A`