Type Alias itertools::size_hint::SizeHint

source ·
pub type SizeHint = (usize, Option<usize>);
Expand description

SizeHint is the return type of Iterator::size_hint().