https://github.com/goodhatsllc/accesstracker
👀 AccessTracker distinguishes observed changes from unobserved ones.
https://github.com/goodhatsllc/accesstracker
dynamicmemberlookup keypath swift
Last synced: over 1 year ago
JSON representation
👀 AccessTracker distinguishes observed changes from unobserved ones.
- Host: GitHub
- URL: https://github.com/goodhatsllc/accesstracker
- Owner: GoodHatsLLC
- Created: 2022-12-06T08:35:53.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-10T16:11:20.000Z (over 3 years ago)
- Last Synced: 2025-01-13T01:47:58.891Z (over 1 year ago)
- Topics: dynamicmemberlookup, keypath, swift
- Language: Swift
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AccessTracker
An `AccessTracker` records accesses to Swift `KeyPaths` on an underlying type.
When passed a `Change` describing an update to the underlying type it indicates
to consumers whether or not the `Change` affected any of its registered `KeyPaths`.