Upcast all elements in x of type T to the type U, where U is a superclass of T.
Variant of std.algorithm.iteration : that filters out all elements of range that are instances of Subclass.
See Source File