Contents

encode(_:forKey:)

Encodes the given value for the given key.

Declaration

mutating func encode(_ value: Int128, forKey key: Self.Key) throws

Parameters

  • value:

    The value to encode.

  • key:

    The key to associate the value with.

Discussion