Current section

Files

Jump to
gens include gens_Generator.hrl
Raw

include/gens_Generator.hrl

-record(generator, {
state :: any(),
next :: fun((any()) -> gleam@option:option({any(), any()}))
}).