Function path

Source
pub fn path<G>(m: usize) -> G
where G: Graph + Buildable,
Expand description

Returns a path with m edges.

The path is directed if G is a digraph.