Other Protocols
The following protocols are available globally.
-
Option set implementation which allows each option to have custom string value attached.
See more -
A class that can contain foreign members in arbitrary keys.
When subclassing
ForeignMemberContainerClasstype, you should calldecodeForeignMembers(notKeyedBy:with:)during yourDecodable.init(from:)initializer if your subclass has added any new properties.Structures should conform to the
See moreForeignMemberContainerprotocol instead of this protocol.
Install in Dash
Other Protocols Reference