fn default_extend_tuple_b<B, A, EB, EA>( iter: impl Iterator<Item = (B, A)>, b: &mut EB, a: &mut EA, )where EB: Extend<B>, EA: Extend<A>,