init(_:)
Creates a new instance with the given container.
Declaration
init<Container>(_ container: Container) where K == Container.Key, Container : KeyedDecodingContainerProtocolParameters
- container:
The container to hold.
Creates a new instance with the given container.
init<Container>(_ container: Container) where K == Container.Key, Container : KeyedDecodingContainerProtocolThe container to hold.