insertionsort

Function insertionsort 

Source
pub fn insertionsort(data: &mut [i64])
Expand description

InsertionSort algorithm