BlockComment

parser for blockcomments

Constructors

this
this(T[] startString, T[] endString, 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, ulong startIdx, T[] expected)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

fCollect
bool fCollect;
Undocumented in source.
fEnd
T[] fEnd;
Undocumented in source.
fStart
T[] fStart;
Undocumented in source.

Meta