I\'m attempting to do the following in Swift:
protocol ProtocolWithAlias { typealias T } protocol AnotherProtocol { func someFunc() -> ProtocolWithAl
Try this:
func someFunc() -> T