Function swap_2_vector_of_bool

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

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