[][src]Function lasy::euler_circuit_to_segments

pub fn euler_circuit_to_segments<'a>(
    ec: &'a EulerCircuit,
    eg: &'a EulerGraph
) -> impl 'a + Iterator<Item = Segment>

Produce an iterator yielding Segments representing the euler circuit's path through the euler graph.