nestedUnkeyedContainer(forKey:)
Stores an unkeyed encoding container for the given key and returns it.
Declaration
mutating func nestedUnkeyedContainer(forKey key: KeyedEncodingContainer<K>.Key) -> any UnkeyedEncodingContainerParameters
- key:
The key to encode the container for.
Return Value
A new unkeyed encoding container.