GraphCreator

Type Alias GraphCreator 

Source
pub type GraphCreator<A, B> = GraphCreator<A, B>;
Expand description

Implementation of rome::graph::GraphCreator that can create Graph64 and Graph128.

Aliased Typeยง

pub struct GraphCreator<A, B> { /* private fields */ }