Module splines::iter

source ·
Expand description

Spline Iterator, in a nutshell.

You can iterate over a Spline<K, V>’s keys with the IntoIterator trait on &Spline<K, V>. This gives you iterated Key<K, V> keys.

Structs§

  • Iterator over spline keys.