store
store copied to clipboard
feat: add lazyness to derived
This PR builds on top of #40, please merge that first
This PR adds in a lazyness option to the derived class that:
- Doesn't update a value until it's needed
- Still works when other items are derived from it