pub type FixedUndirectedEdgeIterator = FixedHandleIterator<UndirectedEdgeTag, InnerTag>;Expand description
An iterator over fixed undirected edges.
This iterator is created by Triangulation::fixed_undirected_edges().
Note: This iterator specializes nth and nth_back - those operations run in O(1)
Aliased Typeยง
pub struct FixedUndirectedEdgeIterator { /* private fields */ }