typealias CodableValue = [Element]
s8SotoCore10ArrayCoderV12CodableValuea
8ZDUU
import SotoCore
struct ArrayCoder<Properties, Element> where Properties : ArrayCoderProperties, Element : Sendable
Coder for encoding/decoding Arrays. This is extended to support encoding and decoding based on whether Element is Encodable or Decodable.
Element
Encodable
Decodable