Range.parse

Undocumented in source. Be warned that the author may not have intended to support it.
struct Range(alias low, alias high)
const
bool
parse
(
ref Stream stream
,
ref ElementType!Stream value
,
ref Stream.Error err
)
if (
is(typeof(low) : ElementType!Stream) &&
is(typeof(high) : ElementType!Stream)
)

Meta