canMatch

Gets whether the given handler can match any of the given types.

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

template canMatch (
alias handler
Types...
) if (
Types.length > 0
) {}

Members

Manifest constants

canMatch
enum canMatch;
Undocumented in source.

Meta