Initializer

init(wrappedValue:from:)

Creates a codable configuration wrapper for the given value, using the given configuration provider type.

Declaration 宣言

init(wrappedValue: T, from configurationProvider: ConfigurationProvider.Type)

Parameters パラメータ

wrappedValue

The underlying value to make codable, using data from the configuration provider.

configurationProvider

The type of the configuration provider, which provides additional information to encode wrappedValue.

See Also 参照

Creating a Codable Configuration コード化可能構成設定を作成する