SizeBlist( blist )
SizeBlist returns the number of entries of the boolean list blist
that are true. This is the size of the subset represented by the
boolean list blist.
gap> SizeBlist( [ true, true, false, false ] );
2
GAP 3.4.4