MatchResult

Normally this struct wouldn't exist and I'd use a delegate. But for the wire protocol I need access to the captures array so it's a struct.

Constructors

this
this(CucumberStepFunction func, string[] captures, int id, string regex, string source)
Undocumented in source.

Members

Functions

opCall
void opCall()
Undocumented in source. Be warned that the author may not have intended to support it.
opCast
bool opCast()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

captures
const(string)[] captures;
Undocumented in source.
func
CucumberStepFunction func;
Undocumented in source.
id
int id;
Undocumented in source.
regex
string regex;
Undocumented in source.
source
string source;
Undocumented in source.

Meta