pub fn revoked_descendants(
edges: &[NQuin],
root_authority: u64,
revoked: u64,
candidates: &[u64],
out: &mut [u64],
) -> usizeExpand description
Collect, into out, the candidates defeated by revoking revoked — held authority
before, lost it after. Returns the count. Zero-heap.