The type to decode as. この型としてデコードします。
Generic Instance Method
総称体インスタンスメソッド
decode(_:)
Decodes a single 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 宣言
func decode<T>(_ type: T.Type) throws -> T where T : Decodable
Parameters パラメータ
type
Return Value 戻り値
A value of the requested type. 要請された型の値。