重要語錄

The Swift Programming Language is considered as type-safe. It means the type must be defined before compiled. 👉 Generic Protocols with Associated Type - Bob the Developer

To create a generic protocol you can use Self in it, or add associated type to it. 👉 What do you really know about typealias and associatedtype? - Łukasz Mróz

Last updated