Contents

nestedUnkeyedContainer(forKey:)

Stores an unkeyed encoding container for the given key and returns it.

Declaration

mutating func nestedUnkeyedContainer(forKey key: KeyedEncodingContainer<K>.Key) -> any UnkeyedEncodingContainer

Parameters

  • key:

    The key to encode the container for.

Return Value

A new unkeyed encoding container.