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.
SizeBlist
true
gap> SizeBlist( [ true, true, false, false ] ); 2
Previous Up Top NextIndex