spasm ~master (2020-09-12T08:27:15Z)
Dub
Repo
toLower.toLower
spasm
ct
toLower
Undocumented in source.
enum
toLower
;
enum
toLower
;
enum
toLower
;
enum
toLower
;
template
toLower
(string str)
static if
(!(
str.length == 0
))
static if
(
str[0] < 0xAA
)
static if
(!(
str[0] < 'A'
))
static if
(!(
str[0] <= 'Z'
))
enum
toLower
=
str
[
0
] ~
toLower
!(
str
[
1
..$])
;
enum
toLower
;
Meta
Source
See Source File
spasm
ct
toLower
manifest constants
toLower