An open API service indexing awesome lists of open source software.

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.

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`.