spasm v0.2.0-beta.8 (2020-09-12T08:27:15Z)
Dub
Repo
replace
spasm
ct
Undocumented in source.
template
replace (
string
str
dchar
from
dchar
to
) {
static if
(
str.length == 0
)
enum
replace
;
static if
(!(
str.length == 0
))
static if
(
str[0] == from
)
enum
replace
;
static if
(!(
str.length == 0
))
static if
(!(
str[0] == from
))
enum
replace
;
}
Members
Manifest constants
replace
enum
replace
;
Undocumented in source.
replace
enum
replace
;
Undocumented in source.
replace
enum
replace
;
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