Match.begin

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

Meta