init(from:)
Creates an array slice from the passed decoder.
Declaration
init(from decoder: any Decoder) throwsParameters
- decoder:
The object that decodes the array slice for initialization.
Creates an array slice from the passed decoder.
init(from decoder: any Decoder) throwsThe object that decodes the array slice for initialization.