Is there a method that returns whether any of the ...
# announcements
k
Is there a method that returns whether any of the items in a list match the given predictate? I could check whether the result of
find
isn't null but I wonder if there's a buildin.