Match.Types

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

Meta