Type Alias ParFairPred

Source
pub type ParFairPred<G> = ParFair<G, true>;
Expand description

A fair parallel breadth-first visit that keeps track of predecessors.

Aliased Typeยง

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