nxt.conv_ex

Undocumented in source.

Members

Functions

decodeEscapes
auto decodeEscapes(Source s)

Parse/Decode Escape Sequences in $(S s) into Unicode Characters dchar.

toDefaulted
T toDefaulted(const(char)[] value, T defaultValue)

Variant of std.conv.to with defaultValue making it nothrow.

toDefaulted
T toDefaulted(S value, U defaultValue)

Variant of std.conv.to with defaultValue making it nothrow.

tolerantTo
auto tolerantTo(S value, bool tryStrippingPluralS, bool tryToLower, bool tryLevenshtein, size_t levenshteinMaxDistance)

More tolerant variant of std.conv.to.

Meta