automerge / automerge-swift-archived

Wrapper around Swift types that can be modified concurrently by different users, and merged again automatically (a CRDT).
MIT License
159 stars 14 forks source link

Typesafe mutation #35

Closed lightsprint09 closed 3 years ago

lightsprint09 commented 3 years ago

This allows the compiler to check if a property is mutable and error if not.