blob: 1273d9de6b0b211edbf4357e940e85a358876036 [file] [log] [blame]
public protocol Prot {
}
public struct Yoda<
Base : IteratorProtocol
> : Prot {
public func down<U>(
p: Array<U>
) -> Array<U>
}