AllPublishers

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

@safe
alias AllPublishers(T) = Filter!(isPublisher, InterfacesTuple!T, Filter!(isInterface, T))

Meta