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