GraphMetadata<V> constructor
GraphMetadata<V> (
- Graph<
V> graph
Implementation
GraphMetadata(this.graph)
: sources = graph.sources,
sinks = graph.sinks;
GraphMetadata(this.graph)
: sources = graph.sources,
sinks = graph.sinks;