toUpper

Converts ASCII characters 'a'..'z' to a upper 'A'..'Z'.

@safe pure nothrow @nogc
char
toUpper
(
char c
)

Meta