Expand description
§Actions
actions
is a library that helps you getting control over the state of you program.
Using actions allows you to
- Undo and redo actions!
- Create macro’s which merge multiple actions into one chain of actions!
Structs§
- Chain
- A ‘chain’ of actions.
- Timeline
- The
Timeline
wraps around aState
and makes it accessible by using actions only.
Enums§
- Error
- An errortype that is used by any function in the actions-library that can return an error.
- Inverse
Result - The result of getting a inverse of an action.
- Merge
Result - The result of trying to merge two actions.