Skip to main content

union

Function union 

Source
pub fn union<Left, Right>(
    left: &Left,
    right: &Right,
) -> Result<TopologyProjection<Left::Node>>
where Left: IndexGraphView, Right: IndexGraphView<Node = Left::Node>,
Expand description

Materializes the simple union of two graphs by node identity.

ยงErrors

Returns an error when the compact result exceeds topology capacity.