tryParse

Undocumented in source. Be warned that the author may not have intended to support it.
Nullable!T
tryParse
(
T
Range
)
(
Range input
)
if (
isInputRange!Range &&
is(ElementType!Range == string)
)

Meta