Contents

encode(_:)

Encodes a single value of the given type.

Declaration

mutating func encode(_ value: UInt32) throws

Parameters

  • value:

    The value to encode.

Discussion