The decoder to read data from. このデコーダからデータを読み出すことになります。
Initializer
init(from:)
Creates a new instance by decoding from the given decoder.
新しいインスタンスをこの与えられたデコーダからデコーディングすることによって作成します。
Availability 有効性
- iOS 10.0+
- iPadOS 10.0+
- macOS 10.12+
- Mac Catalyst 13.0+
- tvOS 10.0+
- watchOS 3.0+
- Xcode 9.0+
Technology
- Foundation ファウンデーション
Declaration 宣言
init(from decoder: Decoder
) throws
Parameters パラメータ
decoder
Discussion 議論
This initializer throws an error if reading from the decoder fails, or if the data read is corrupted or otherwise invalid. このイニシャライザは、エラーをスローします、デコーダから読み出すことが失敗するならば、またはデータ読み出しが不正であるかでなければ無効であるならば。
Relationships 関係
From Protocol 由来プロトコル
See Also 参照
Creating a Measurement ある寸法を作成する
init(value: Double, unit: UnitType)
Create a
Measurement
given a specified value and unit.
指定された値と単位を与えられたMeasurement
を作成します。