Contents

encodeNil(forKey:)

Encodes a null value for the given key.

Declaration

mutating func encodeNil(forKey key: Self.Key) throws

Parameters

  • key:

    The key to associate the value with.

Discussion