toLower

Produces the passed char in lowercase as per the supplied case mappings.

pure @safe nothrow @nogc
toLower

Parameters

c char

Character to translate into lowercase.

caseMapping IRCServer.CaseMapping

Server case mapping; maps uppercase to lowercase characters.

Return Value

Type: auto

The passed c in lowercase as per the case mappings.