[][src]Type Definition bio::data_structures::suffix_array::RawSuffixArray

type RawSuffixArray = Vec<usize>;

Trait Implementations

impl SuffixArray for RawSuffixArray[src]