Crate size_hint

Source

Structs§

SizeHint

Traits§

HintSize
A helper method available on all Iterators, to set size_hint which is particulary useful in combination with std::iter::from_fn or std::iter::successors in order to allow for efficent collection into Vec