Contents

init(_:)

Creates instructions from the content of a builder closure.

Declaration

init(@InstructionsBuilder _ content: () throws -> Instructions) rethrows

Parameters

  • content:

    A closure that produces the instructions to give the model.

See Also

Creating instructions