Move AppendGraph to its own module
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
// TODO: Add functions to reserve memory for vertices and edges.
|
||||
// TODO: Add iterator of edges.
|
||||
pub trait GraphTopology {
|
||||
type Vertex: Copy + Eq;
|
||||
type Edge;
|
||||
|
||||
Reference in New Issue
Block a user