Edge

An edge in a graph.

struct Edge (
V
) {}

Members

Variables

from
V from;
Undocumented in source.
to
V to;
Undocumented in source.

Meta