match.found

Undocumented in source.
template match(alias predicate, Types...)
static if(!is(typeof(found)) && predicate!T)
enum found = true;

Meta