Match.successful

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

Meta