parsers.Range

Undocumented in source.
template parsers(Stream)
struct Range (
alias low
alias high
) if (
is(typeof(low) : ElementType!Stream) &&
is(typeof(high) : ElementType!Stream)
) {}

Members

Functions

parse
bool parse(Stream stream, ElementType!Stream value, Stream.Error err)
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

msg
auto msg;
Undocumented in source.

Meta