spasm v0.2.0-beta.8 (2020-09-12T08:27:15Z)
Dub
Repo
toLower
spasm
ct
Undocumented in source.
template
toLower (
string
str
) {
static if
(
str.length == 0
)
enum
toLower
;
static if
(!(
str.length == 0
))
static if
(
str[0] < 0xAA
)
static if
(
str[0] < 'A'
)
enum
toLower
;
static if
(!(
str.length == 0
))
static if
(
str[0] < 0xAA
)
static if
(!(
str[0] < 'A'
))
static if
(
str[0] <= 'Z'
)
enum
toLower
;
static if
(!(
str.length == 0
))
static if
(
str[0] < 0xAA
)
static if
(!(
str[0] < 'A'
))
static if
(!(
str[0] <= 'Z'
))
enum
toLower
;
static if
(!(
str.length == 0
))
static if
(!(
str[0] < 0xAA
))
enum
toLower
;
}
Members
Manifest constants
toLower
enum
toLower
;
Undocumented in source.
toLower
enum
toLower
;
Undocumented in source.
toLower
enum
toLower
;
Undocumented in source.
toLower
enum
toLower
;
Undocumented in source.
toLower
enum
toLower
;
Undocumented in source.
Meta
Source
See Implementation
spasm
ct
aliases
Identity
enums
isTuple
templates
FunctionTypeOf
Joiner
ParameterIdentifierTuple
Tuple
capitalize
from
getMember
getName
getNamedFields
getStringUDAs
isCallable
isDelegate
isFunctionPointer
isSomeFunction
replace
toLower
tuple
variables
distinctFieldNames