Event

A type for an event.

alias Event(SenderType, ArgTypes...) = void function
(
SenderType
,
ArgTypes
)
@nogc

Meta