canMatch.canMatch

Undocumented in source.
template canMatch(alias handler, Ts...)
enum canMatch = is(typeof((Ts args) => handler(args)));

Meta