can somebody explain why `Iterable<T>.all(.....
# announcements
s
can somebody explain why
Iterable<T>.all(...)
returns
true
if the collection is empty?
a
This is more related to set logic than implementation. Try googling empty set predicate logic for more info.