Closed gaand closed 7 years ago
if it's argument is a function, count elements for which the function applied to the element returns true. other wise, equality compare the argument against each element and count those for which this comparison is true.
if it's argument is a function, count elements for which the function applied to the element returns true. other wise, equality compare the argument against each element and count those for which this comparison is true.