Generic Initializer

init(_:)

Creates a new instance with the given container. 与えられたコンテナで新しいインスタンスを作成します。

Declaration 宣言

init<Container>(_ container: Container) where K == Container.Key, Container : KeyedDecodingContainerProtocol

Parameters パラメータ

container

The container to hold. 収容するためのコンテナ。