Type Alias

Array.EncodingConfiguration

A type alias for the type that provides additional information for encoding.

Declaration 宣言

typealias EncodingConfiguration = Element.EncodingConfiguration
Available when Element conforms to EncodableWithConfiguration. ElementEncodableWithConfigurationに準拠する時に利用可能です。

Discussion 解説

The array’s encoding configuration type is whatever the array’s element type declares as its encoding configuration.

Relationships 関係

From Protocol 由来プロトコル

See Also 参照

Encoding and Decoding エンコーディングとデコーディング