pub fn vector_display_bits<T>( data: &[T], label: &str, bits: usize, idx_mode: IdxMode, )where T: Binary,