Contents

encode(_:)

Encodes the given value.

Declaration

mutating func encode(_ value: Int128) throws

Parameters

  • value:

    The value to encode.

Discussion