29.4 SizeBlist

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 

Previous Up Top Next
Index

GAP 3.4.4
April 1997