merge abstract method

CRDT<T> merge(
  1. covariant CRDT<T> other
)

Merges this CRDT with another of the same type.

Implementation

CRDT<T> merge(covariant CRDT<T> other);