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