pub fn vc_merge(a: &[u64], b: &[u64], out: &mut [u64]) -> bool
Merge vector clocks (componentwise max) into out — partition-healing reconciliation. Zero-heap (caller-supplied out).
out