phobos-next ~master (2022-05-18T09:58:38.2169964)
Dub
Repo
tolerantTo
nxt
conv_ex
More tolerant variant of
std.conv.to
.
auto
tolerantTo
(
U
S
)
(
S
value
,
bool
tryStrippingPluralS
= true
,
bool
tryToLower
= true
,
bool
tryLevenshtein
= true
,
size_t
levenshteinMaxDistance
= 3
)
if
(
isCharArray
!
S
)
Meta
Source
See Implementation
nxt
conv_ex
functions
decodeEscapes
toDefaulted
tolerantTo
More tolerant variant of std.conv.to.