func encode(to: Encoder)
Encodes the scalars of this vector into the given encoder in an unkeyed container.
このベクターのスカラーそれらをこの与えられたエンコーダへとキー付けされないコンテナの中に符号化します。
Availability
Technology
func encode(to encoder: Encoder
) throws
encoder
The encoder to write data to. データを書き込むエンコーダ。
If the value fails to encode anything, encoder
will encode an empty keyed container in its place.
値が何かをエンコードに失敗するならば、encoder
は空のキー付きコンテナをその場でエンコードします。
This function throws an error if any values are invalid for the given encoder’s format. この関数は、与えられたエンコーダの形式に対して何らかの値が無効であるならばエラーをスローします。
func encode(to: Encoder)