pub fn dependents_voided(
edges: &[NQuin],
roots: &[u64],
removed: u64,
candidates: &[u64],
out: &mut [u64],
) -> usizeExpand description
Collect, into out, the candidates that are voided by removing removed. Returns the
count written. Zero-heap (caller-supplied out).