In our continuing series on Conflict-Free Replicated Data Types (CRDTs) in Swift, we have so far introduced a number of types, beginning with the very basic register type, and working up to multi-value containers like sets and dictionaries. Now we are ready to introduce the most advanced type in the whole series. It is a … Continue reading Maintaining Order in Replicating Types→