1 2 3 4 5 6 7
#[test] fn test_bit() { // for i in 0u8..=15u8 { // println!("{} -> {}", i, i << 4) // } println!("{} {}", i8::MAX, i8::MIN) }