public protocol Prot { } public struct Yoda< Base : IteratorProtocol > : Prot { public func down( p: Array ) -> Array }