pub fn u128_from_bits(bs: &[u16]) -> u128
Expand description

Convert into a u128 from the “bits” as u16. Assumes each “bit” is 0 or 1.