Struct bio::pattern_matching::kmp::KMP

source ·
pub struct KMP<'a> { /* private fields */ }
Expand description

KMP algorithm.

Implementations

Create a new instance for a given pattern.

Find all matches of pattern in a given text. Matches are returned as iterator over start positions.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.