` for (element in this) if (predicate(element))...
# announcements
j
for (element in this) if (predicate(element)) return true
👍 1