toLower

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

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

Meta