pub fn bit_of(packed: u64) -> u32
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).
EVENT_BUCKET_SIZE
u32