Match.successful

Undocumented in source.
template Match(T...)
static if(isInputRange!(T[0]))
enum successful = true;

Meta