Skip to main content

transitive_attackers

Function transitive_attackers 

Source
pub fn transitive_attackers<A>(
    framework: &BipolarFramework<A>,
    a: &A,
) -> HashSet<A>
where A: Clone + Eq + Hash,
Expand description

All arguments that attack a under the closed attack relation (direct attacks plus derived attacks from support closure).