Given a range of objects filter them by Interface they are implementing.
interface by which to filter the range
range of objects to filter
InterfaceFilter!(Range, Interface) a range of filtered objects by Interface
See Implementation
Given a range of objects filter them by Interface they are implementing.