pub fn capability_gap(
required: &[u64],
held: &[u64],
equivalences: &[(u64, u64)],
out: &mut [u64],
) -> usizeExpand description
The computable gap: the required capabilities that are NOT held (directly or by
recognised equivalence), written to out. Returns the count. Gap = Req \ Holds.