menu
datum package
documentation
source/core/models/crdt.dart
CRDT<T>
merge abstract method
merge abstract method
dark_mode
light_mode
merge
abstract method
CRDT
<
T
>
merge
(
covariant
CRDT
<
T
>
other
)
Merges this CRDT with another of the same type.
Implementation
CRDT<T> merge(covariant CRDT<T> other);
datum package
documentation
source/core/models/crdt
CRDT<T>
merge abstract method
CRDT class