libwasm ~master (2024-01-10T15:05:21Z)
Dub
Repo
replace
memutils
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
memutils
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