pub fn padded_bin(i: usize, width: usize) -> String
Convert a usize to its binary expansion, but padded with 0’s. Padding is of size, width.
usize