Match

class for matching an array exactly

Constructors

this
this(T[] expected, bool collect)
Undocumented in source.

Members

Functions

parse
ParseResult!(T) parse(T[] s)
Undocumented in source. Be warned that the author may not have intended to support it.
startsWith
bool startsWith(T[] aInput, T[] expected)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

fCollect
bool fCollect;
Undocumented in source.
fExpected
T[] fExpected;
Undocumented in source.

Meta