ChangeStack
changeStack, ChangeStack
Change stack is a way to track the signal values overtime and undo or redo values.
.clear
Clear the undo/redo stack.
.canUndo
Returns true if there are changes in the undo stack and can move backward.
.canRedo
Returns true if there are changes in the redo stack and can move forward.
.limit
There is an optional limit that can be set for explicit stack size.