Struct saxx::Esa [] [src]

pub struct Esa<T> {
    pub sa: Vec<T>,
    pub l: Vec<T>,
    pub r: Vec<T>,
    pub d: Vec<T>,
    pub m: T,
}

Representation of a computed enhanced suffix array.

Fields

Methods

impl<Index> Esa<Index>
[src]

[src]

Trait Implementations

impl<T: PartialEq> PartialEq for Esa<T>
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl<T: Eq> Eq for Esa<T>
[src]

impl<T: Clone> Clone for Esa<T>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<T: Debug> Debug for Esa<T>
[src]

[src]

Formats the value using the given formatter.