bit_of

Function bit_of 

Source
pub fn bit_of(packed: u64) -> u32
Expand description

The bit position within a bucket for a given packed event sequence. The cast is safe because EVENT_BUCKET_SIZE fits in a u32 (enforced at compile time above).