[][src]Function cdivsufsort::sort_in_place

pub fn sort_in_place(text: &[u8], sa: &mut [i32])

Sort suffixes of text and store their lexographic order in the given suffix array sa. Will panic if sa.len() != text.len()