Function swap_2_vector_of_double

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

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