encode(_:)
Encodes a single value of the given type.
Declaration
mutating func encode(_ value: UInt8) throwsParameters
- value:
The value to encode.
Encodes a single value of the given type.
mutating func encode(_ value: UInt8) throwsThe value to encode.