u8_from_be_bits

Function u8_from_be_bits 

Source
#[doc(hidden)] pub const fn u8_from_be_bits(
    a: bool,
    b: bool,
    c: bool,
    d: bool,
    e: bool,
    f: bool,
    g: bool,
    h: bool,
) -> u8
Expand description

Constructs a u8 from bits applied in Msb0 order (a high, h low).