Function rustc_apfloat::ieee::sig::each_chunk[][src]

fn each_chunk<F: FnMut(u128) -> u128>(limbs: &mut [u128], bits: usize, f: F)
🔬 This is a nightly-only experimental API. (rustc_private)

this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml instead?

For every consecutive chunk of bits bits from limbs, going from most significant to the least significant bits, call f to transform those bits and store the result back.