[][src]Function intspector::bin_string

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

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