Generic Instance Method 総称体インスタンスメソッド

decode(_:)

Decodes a single value of the given type. 与えられた型の単一の値をデコードします。

Declaration 宣言

func decode<T>(_ type: T.Type) throws -> T where T : Decodable

Parameters パラメータ

type

The type to decode as. この型としてデコードします。

Return Value 戻り値

A value of the requested type. 要請された型の値。