Current section
Files
Jump to
Current section
Files
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())),
max_size :: integer(),
undo_size :: integer()
}).