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.unmanaged.capacity();
}
pub inline fn capacity(self: Self) usize
self: Self
pub inline fn capacity(self: Self) usize {
return self.unmanaged.capacity();
}