EventSenderType.EventSenderType

Undocumented in source.
  1. alias EventSenderType = SenderType
    template EventSenderType(T)
    static if(is(T : void function(SenderType, ArgTypes), SenderType, ArgTypes...))
    alias EventSenderType = SenderType
  2. alias EventSenderType = void

Meta