Struct fera_graph::graphs::static_::StaticBuilder [] [src]

pub struct StaticBuilder<V: Num, K: StaticEdgeKind> { /* fields omitted */ }

Trait Implementations

impl<V: Num, K: StaticEdgeKind> Builder for StaticBuilder<V, K>
[src]

The graph type produced by this builder.

[src]

Creates a new builder for a graph with exactly n vertices and initial capacity for m edges. Read more

[src]

Add (u, v) edge to the graph. Support for multiple edges and loops are graph dependent. Read more

[src]

Builds the graph.

[src]