Match.end

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

Meta