[][src]Trait fm_index::suffix_array::ArraySampler

pub trait ArraySampler<S> {
    fn sample(&self, sa: Vec<u64>) -> S;
}

Required methods

fn sample(&self, sa: Vec<u64>) -> S

Loading content...

Implementors

impl ArraySampler<()> for NullSampler[src]

impl ArraySampler<SuffixOrderSampledArray> for SuffixOrderSampler[src]

Loading content...