Function core::num::dec2flt::num::get_bits [] [src]

pub fn get_bits(x: &Big, start: usize, end: usize) -> u64
Unstable (dec2flt)

: internal routines only exposed for testing

Extract a range of bits. Index 0 is the least significant bit and the range is half-open as usual. Panics if asked to extract more bits than fit into the return type.