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

Typed internals #27

Closed lightsprint09 closed 3 years ago

lightsprint09 commented 3 years ago

Replaces the loosely typed internals with an enum containing associated values. By doing so we have more control over the internal and can improve the internal handling