Function rs_graph::classes::path

source ·
pub fn path<'a, G>(m: usize) -> Gwhere
    G: Graph<'a> + Buildable,
Expand description

Returns a path with m edges.

The path is directed if G is a digraph.