pub fn merge_owned_and_bits(a: &BitsOwned, b: &Bits<'_>) -> BitsOwned
Merge a BitsOwned with a Bits, appending b’s bits after a’s.
BitsOwned
Bits