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