[][src]Function compress::bwt::dc::decode

pub fn decode<F>(
    next: [usize; 256],
    output: &mut [Symbol],
    mtf: &mut MTF,
    fn_dist: F
) -> Result<()> where
    F: FnMut(Context) -> Result<usize>, 

Decode a block of distances given the initial symbol positions