Function intspector::bin_string[][src]

pub fn bin_string(value: u64, num_bits: u32) -> String
Expand description

Converts an integer into a binary string, showing the specified number of low-order bits.