buildEither(first:)
Creates a builder with the first component.
Declaration
static func buildEither(first component: some InstructionsRepresentable) -> InstructionsCreates a builder with the first component.
static func buildEither(first component: some InstructionsRepresentable) -> Instructions