allIOs

Get all IOs implemented by the given type

@safe
alias allIOs(T) = Filter!(isIO, InterfacesTuple!T)

Meta