bool-vector-count-population

bool-vector-count-population is a built-in function in `C source code'.

(bool-vector-count-population A)

Count how many elements in A are t.
A is a bool vector. To count A's nil elements, subtract the return
value from A's length.