namespace Link
A potentially valued connection between two nodes, being a 2-valued or 3-valued tuple of which the first two elements are nodes
Companion type: Link<N>
Functions
fromArgs
Returns a graph Link
from the given node1
and node2
nodes.
fromArgs
Link
from the given node1
and node2
nodes.fromTuple
Returns a graph Link
from the given 2-tuple tuple
.
fromTuple
Link
from the given 2-tuple tuple
.