buildArray(_:)
Creates a builder with an array of instructions.
Declaration
@export(implementation) static func buildArray(_ instructions: [some InstructionsRepresentable]) -> InstructionsCreates a builder with an array of instructions.
@export(implementation) static func buildArray(_ instructions: [some InstructionsRepresentable]) -> Instructions