Contents

encode(to:)

Encodes this value into the given encoder.

Declaration

func encode(to encoder: any Encoder) throws

Parameters

  • encoder:

    The encoder to write data to.

See Also

Encoding and decoding an angle structure