Function swap_2_vector_of_u8

Source
pub unsafe fn swap_2_vector_of_u8(
    x: impl CastInto<MutRef<VectorOfU8>>,
    y: impl CastInto<MutRef<VectorOfU8>>,
)
Expand description

Calls C++ function: void std::swap(std::vector<uint8_t, std::allocator<uint8_t>>& __x, std::vector<uint8_t, std::allocator<uint8_t>>& __y).