libwasm ~master (2024-01-10T15:05:21Z)
Dub
Repo
replace.replace
memutils
ct
replace
Undocumented in source.
enum
replace
;
enum
replace
;
template
replace
(string str, dchar from, dchar to)
static if
(!(
str.length == 0
))
static if
(
str[0] == from
)
enum
replace
=
to
~
replace
!(
str
[
1
..$],
from
,
to
)
;
enum
replace
;
Meta
Source
See Source File
memutils
ct
replace
manifest constants
replace