Skip to main content

dependents_voided

Function dependents_voided 

Source
pub fn dependents_voided(
    edges: &[NQuin],
    roots: &[u64],
    removed: u64,
    candidates: &[u64],
    out: &mut [u64],
) -> usize
Expand description

Collect, into out, the candidates that are voided by removing removed. Returns the count written. Zero-heap (caller-supplied out).