v0.5.0
iters 0.5.0 (2022-10-11)
Changes
-
Functions taking
Predicate[T]
have been updated to acceptOptional[Predicate[T]]
.
PassingNone
as an argument is identical to passingbool
.There are three functions which do not accept
None
, though:drop_while
skip_while
take_while
This choice is motivated by the fact that it does not make much sense to
do_while(None)
.