ArrayCoder

Coder for encoding/decoding Arrays. This is extended to support encoding and decoding based on whether Element is Encodable or Decodable.

CollectionCoders.swift:27
struct ArrayCoder<Properties, Element> where Properties : ArrayCoderProperties, Element : Sendable