Contents

decodeNil(forKey:)

Decodes a null value for the given key.

Declaration

func decodeNil(forKey key: Self.Key) throws -> Bool

Parameters

  • key:

    The key that the decoded value is associated with.

Return Value

Whether the encountered value was null.

Discussion