Module im::iter [] [src]

Iterators over immutable data.

Structs

Unfold
UnfoldMut

Functions

unfold

Create an iterator of values using a function to update a state value.

unfold_mut

Create an iterator of values using a function to mutate a state value.