canMatch.canMatch

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

Meta