init(_:)
Creates instructions from the content of a builder closure.
Declaration
init(@InstructionsBuilder _ content: () throws -> Instructions) rethrowsParameters
- content:
A closure that produces the instructions to give the model.
Creates instructions from the content of a builder closure.
init(@InstructionsBuilder _ content: () throws -> Instructions) rethrowsA closure that produces the instructions to give the model.