count
count(p, itr) -> Integer
Count the number of elements in itr
for which predicate p
returns true
.
Examples
See Also
User Contributed Notes
Add a Note
The format of note supported is markdown, use triple backtick to start and end a code block.