bit_of

Function bit_of 

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

The bit position within a bucket for a given tx_seq. The cast is safe because TX_BUCKET_SIZE <= u32::MAX (enforced at compile time above).