Function bitfrob::u16_with_bit

source ·
pub const fn u16_with_bit(b: u32, u: u16, is_set: bool) -> u16
Expand description

Replaces the b bit in u.

Panics

  • b can’t exceed the number of bits in the type.