isHandler

Checks if a function is correct handler function. These will only be registered at startup time and will never be unregistered.

template isHandler (
func...
) {
enum isHandler;
}

Meta