pub fn crdt_values_equal(a: &CrdtValue, b: &CrdtValue) -> bool
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).
values_equal