Instance Method インスタンスメソッド

decode(_:)

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

Declaration 宣言

mutating func decode(_ type: UInt16.Type) throws -> UInt16

Parameters パラメータ

type

The type of value to decode. この型の値にデコードする。

Return Value 戻り値

A value of the requested type, if present for the given key and convertible to the requested type. 要請された型の値、もし与えられたキーに対して存在して要請された型に変換可能ならば。