isParallelInstructionPlan
Checks if the given instruction plan is a ParallelInstructionPlan.
Parameters
| Parameter | Type | Description |
|---|---|---|
plan | InstructionPlan | The instruction plan to check. |
Returns
plan is Readonly<{ kind: "parallel"; plans: InstructionPlan[]; planType: "instructionPlan" }>
true if the plan is a parallel instruction plan, false otherwise.