Partitions an iterator into an array of items that match the predicate and an array of items that do not match the predicate.
type of the item
the iterable
the predicate
Partitions an iterator into an array of items that match the predicate and an array of items that do not match the predicate.