pub fn recompute_fabric(
all_anchors: &[u64],
lost: &[u64],
out: &mut [u64],
) -> usizeExpand description
Re-compute the active anchor set from all_anchors, excluding any in lost, into out.
Returns the count — the surviving fabric an identity is reconstructed from. Zero-heap.