Skip to main content

invert_container

Function invert_container 

Source
pub fn invert_container<T>(arr: &mut [T])
Expand description

Reverse the elements of a slice in place. Port of C++ invert_container.