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

decode(_:)

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

Declaration 宣言

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

Parameters パラメータ

type

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

Return Value 戻り値

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