decode(_:)
Decodes a single value of the given type.
Declaration
func decode(_ type: UInt.Type) throws -> UIntParameters
- type:
The type to decode as.
Return Value
A value of the requested type.
Decodes a single value of the given type.
func decode(_ type: UInt.Type) throws -> UIntThe type to decode as.
A value of the requested type.