The type of value to decode. この型の値にデコードする。
Generic Instance Method
総称体インスタンスメソッド
decode(_:)
Decodes a value of the given type.
与えられた型の値をデコードします。
Availability
- iOS 8.0+
- iPadOS 8.0+
- macOS 10.10+
- Mac Catalyst 13.0+
- tvOS 9.0+
- watchOS 2.0+
- Xcode 9.0+
Technology
- Swift Standard Library Swift標準ライブラリ
Declaration 宣言
mutating func decode<T>(_ type: T.Type) throws -> T where T : Decodable
Parameters パラメータ
type
Return Value 戻り値
A value of the requested type, if present for the given key and convertible to the requested type. 要請された型の値、もし与えられたキーに対して存在して要請された型に変換可能ならば。