[][src]Function holochain_wasm_utils::memory_allocation::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