Skip to main content

Module undo

Module undo 

Source
Expand description

Minimal undo tree โ€” linear stack for phase 1; branching in phase 2.

Structsยง

UndoEntry
One atomic edit (the thing Undo reverses) + the reverse edit to apply.
UndoTree