pub(crate) fn flip_tuples<Tx: Copy, Ty: Copy>(
    items: &[(Tx, Ty)]
) -> Vec<(Ty, Tx)>Notable traits for Vec<u8, A>impl<A> Write for Vec<u8, A>where
    A: Allocator,