Type Alias ParFairNoPred

Source
pub type ParFairNoPred<G> = ParFair<G, false>;
Expand description

A fair parallel breadth-first visit that does not keep track of predecessors.

Aliased Typeยง

pub struct ParFairNoPred<G> { /* private fields */ }