std
::
core
::
ascii
TO_LOWER
const
char
[
256
]
TO_LOWER
@private
=
{
[
'
A
'
..
'
Z
'
]
=
'
a
'
-
'
A
'
}
;