Skip to main content

Bits

Type Alias Bits 

Source
type Bits = Vec<u64>;
Expand description

Bitmap over the short id space, one bit per id up to the global counter.

Out-of-range bits are silently absent: setting one is a no-op and testing one is false.

Aliased Typeยง

struct Bits { /* private fields */ }