Contents

init(from:)

Creates an array slice from the passed decoder.

Declaration

init(from decoder: any Decoder) throws

Parameters

  • decoder:

    The object that decodes the array slice for initialization.

See Also

Encoding and decoding an array slice