Match.successful

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

Meta