autoParse

Undocumented in source.
template autoParse(T...)
autoParse
(
Range
)
(
Range input
)
if (
isInputRange!Range &&
is(ElementType!Range == string)
)

Members

Functions

autoParse
MostCommon!T autoParse(Range input)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta