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