[][src]Function compress::bwt::compute_inversion_table

pub fn compute_inversion_table<SUF: NumCast + Debug>(
    input: &[Symbol],
    origin: usize,
    table: &mut [SUF]
)

Compute an inversion jump table, needed for BWT decoding