phobos-next v0.1.0 (2016-04-10T11:57:37Z)
Home
Dub
Repo
to
conv_ex
Variant of std.conv.to with
defaultValue
making it
nothrow
.
CommonType
!(
T
,
U
)
to
(
T
U
S
)
(
S
value
,
U
defaultValue
)
if
(
haveCommonType
!(
T
,
U
)
)
Meta
Source
See Implementation
conv_ex
functions
decodeEscapes
decodeEscapesToUTF16
decodeEscapesToUTF8
to
tolerantTo
unescape
unescaped
Variant of std.conv.to with defaultValue making it nothrow.