Contents

encode(_:)

Encodes a single value of the given type.

Declaration

mutating func encode(_ value: Int) throws

Parameters

  • value:

    The value to encode.

Discussion