ControlFlow

public enum ControlFlow[C, B]: not Copyable where C: not Static

Cases

case Break(B)

Residual-return flow — carries the residual to propagate via FromResidual.

case Continue(C)

Normal flow — carries the value to use as the operator result.

Defined in lang/std/core/error.ks