fn visit_sequence(
coords: impl IntoIterator<Item = impl CoordTrait<T = f64>>,
n: usize,
func: &mut impl FnMut(Interval),
)
Expand description
Visit contiguous sequences
Sequences (e.g., linestrings or polygon rings) must always be considered together (i.e., are never separated by wraparound bounding).