[][src]Function holochain_core_types::bits_n_pieces::u32_split_bits

pub fn u32_split_bits(i: u32) -> (u16, u16)

splits the high and low bits of u32 into a tuple of u16, for destructuring convenience