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

decode(_:)

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

Declaration 宣言

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

Parameters パラメータ

type

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

Return Value 戻り値

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