spade::iterators

Type Alias VertexIterator

Source
pub type VertexIterator<'a, V, DE, UE, F> = DynamicHandleIterator<'a, V, DE, UE, F, VertexTag, InnerTag>;
Expand description

An iterator over vertices.

This iterator is created by Triangulation::vertices().

Note: This iterator specializes nth and nth_back - those operations run in O(1)

Aliased Typeยง

struct VertexIterator<'a, V, DE, UE, F> { /* private fields */ }