[−][src]Function compress::bwt::decode
pub fn decode<'a, SUF: NumCast + Debug>(
input: &'a [Symbol],
origin: usize,
table: &'a mut [SUF]
) -> InverseIterator<'a, SUF>ⓘNotable traits for InverseIterator<'a, SUF>
impl<'a, SUF: ToPrimitive> Iterator for InverseIterator<'a, SUF> type Item = Symbol;
Decode a BWT block, given it's origin, and using 'table' temporarily