pub fn is_bit_set_16(val: u16, bit_idx: i32) -> bool
Expand description

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