Match.successful

Undocumented in source.
template Match(T...)
static if(!(T.length < U.length || !is(T[0..U.length] == U)))
enum successful = true;

Meta