pub fn is_bit_set_32(val: u32, bit_idx: i32) -> bool
Expand description

Returns if the bit at the index is set if a u32 integer.