Expand description
Arithmetic on Iterator.size_hint()
values.
Functions§
- Add
SizeHint
correctly. - Add
x
correctly to aSizeHint
. - Return the maximum
- Return the minimum
- Multiply
SizeHint
correctly - Multiply
x
correctly with aSizeHint
. - Subtract
x
correctly from aSizeHint
.
Type Aliases§
SizeHint
is the return type ofIterator::size_hint()
.