Packages

Native desktop GUI framework for Gleam, powered by Iced

Current section

Files

Jump to
plushie_gleam include plushie@undo_UndoStack.hrl
Raw

include/plushie@undo_UndoStack.hrl

-record(undo_stack, {
current :: any(),
undo_stack :: list(plushie@undo:undo_entry(any())),
redo_stack :: list(plushie@undo:undo_entry(any()))
}).