AllSubscribers

List all subscribers implemented by the given type (including, if the given type is a publisher).

@safe
alias AllSubscribers(T) = Filter!(isSubscriber, InterfacesTuple!T, Filter!(isInterface, T))

Meta