[][src]Function psacak::psacak

pub fn psacak(text: &[u8]) -> Vec<u32>

The pSACAK suffix sorting algorithm.

It would panic if the length of text has exceeded the limitation of 32-bit integer.