pub fn decode<'a, SUF: NumCast + Debug>( input: &'a [Symbol], origin: usize, table: &'a mut [SUF], ) -> InverseIterator<'a, SUF> ⓘ
Decode a BWT block, given it’s origin, and using ‘table’ temporarily