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