Match.Types

Undocumented in source.
template Match(T...)
static if(!(T.length == 0))
alias Types = T[0..1]

Meta