The type of the break value (defaults to void when a value is provided).
The type of the continue value.
The value to carry forward (optional, defaults to undefined).
A ControlFlow in the Continue state.
Creates a Continue variant of ControlFlow with no value.
This overload is used when the operation continues but doesn't carry a meaningful value.
The type of the break value (allows type specification when chaining with Break).
A ControlFlow<B, void> in the Continue state.
Creates a
Continuevariant ofControlFlow.Use this to signal that an operation should continue as normal.