UndoRedo.clearHistory

Clear the undo/redo history and associated references. Passing false to increase_version will prevent the version number to be increased from this.

struct UndoRedo
@nogc nothrow
void
clearHistory
(
in bool increase_version = true
)

Meta