Extracts the continue value in the ControlFlow object if it is a Continue, or None otherwise.
ControlFlow
Continue
None
To be extracted.
The continue value in Some if it is a Continue, or None otherwise.
Some
Generated using TypeDoc
Extracts the continue value in the
ControlFlow
object if it is aContinue
, orNone
otherwise.