1.5.3.7 Count



n count(i,i,& )

Count the items in a range that match a value and return that count.

count will not stop when it find match.



n count_if(i,i,upred)

Count the items in a range that satisfy a predicate and return that count.