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(); }