April 2017
Intermediate to advanced
316 pages
9h 33m
English
Associated types can be used to make our protocols work with generic types:
protocol MobileAppUserProtocol: UserProtocol { associatedtype applicationModuleList func listSelectedModules() -> [applicationModuleList] }
Read now
Unlock full access