#protocols

Found 1 articles tagged with #protocols

What are protocol associated types in Swift

An associated type gives a placeholder name to a type that’s used as part of the protocol, isn’t specified until the protocol is adopted.

Mar 06, 2023#swift#protocols