Function count [src]
Returns the total number of set bits in this bit set.
Prototype
pub fn count(self: Self) usize
Parameters
self: Self
Source
pub fn count(self: Self) usize {
return self.unmanaged.count();
}
pub fn count(self: Self) usize
self: Self
pub fn count(self: Self) usize {
return self.unmanaged.count();
}