merge_owned_and_bits

Function merge_owned_and_bits 

Source
pub fn merge_owned_and_bits(a: &BitsOwned, b: &Bits<'_>) -> BitsOwned
Expand description

Merge a BitsOwned with a Bits, appending b’s bits after a’s.