Skip to main content

decode

Function decode 

Source
pub fn decode<'a, SUF: NumCast + Debug>(
    input: &'a [Symbol],
    origin: usize,
    table: &'a mut [SUF],
) -> InverseIterator<'a, SUF> 
Expand description

Decode a BWT block, given it’s origin, and using ‘table’ temporarily