Skip to main content

crdt_values_equal

Function crdt_values_equal 

Source
pub fn crdt_values_equal(a: &CrdtValue, b: &CrdtValue) -> bool
Expand description

Structural equality used by the interpreter’s values_equal for CRDT values: two CRDTs are equal when they observe the same elements (sequences also compare order).