[][src]Trait fm_index::suffix_array::IndexWithSA

pub trait IndexWithSA {
    fn get_sa(&self, i: u64) -> u64;
}

Required methods

fn get_sa(&self, i: u64) -> u64

Loading content...

Implementors

impl<T, C, S> IndexWithSA for FMIndex<T, C, S> where
    T: Character,
    C: Converter<T>,
    S: PartialArray
[src]

impl<T, C, S> IndexWithSA for RLFMIndex<T, C, S> where
    T: Character,
    C: Converter<T>,
    S: PartialArray
[src]

Loading content...