Skip to main content

capability_gap

Function capability_gap 

Source
pub fn capability_gap(
    required: &[u64],
    held: &[u64],
    equivalences: &[(u64, u64)],
    out: &mut [u64],
) -> usize
Expand 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.