canMatch

True if handler is a potential match for T, otherwise false.

See the documentation for match for a full explanation of how matches are chosen.

enum bool canMatch(alias handler, T);

Meta