Packages

Imperative C `switch`, `while`, `do while`, `for` and `break` in Gleam

Current section

Files

Jump to
glimp include glimp_LoopState.hrl
Raw

include/glimp_LoopState.hrl

-record(loop_state, {state :: any(), break :: boolean()}).