pub unsafe fn swap_2_vector_of_long(
x: impl CastInto<MutRef<VectorOfLong>>,
y: impl CastInto<MutRef<VectorOfLong>>,
)
Expand description
Calls C++ function: void std::swap(std::vector<long, std::allocator<long>>& __x, std::vector<long, std::allocator<long>>& __y)
.