`customers.count { it.city == city }`
# getting-started
r
customers.count { it.city == city }
👍 2