Contents

nestedUnkeyedContainer()

Decodes an unkeyed nested container.

Declaration

mutating func nestedUnkeyedContainer() throws -> any UnkeyedDecodingContainer

Return Value

An unkeyed decoding container view into self.

Discussion