Introspection.allEventHandlerFunctionsInModule

Alias sequence of all top-level symbols annotated with IRCEventHandlers in this module.

struct Introspection
alias allEventHandlerFunctionsInModule = getSymbolsByUDA!(thisModule, IRCEventHandler)

Meta