Struct bio::pattern_matching::shift_and::ShiftAnd [] [src]

pub struct ShiftAnd { /* fields omitted */ }

ShiftAnd algorithm.

Methods

impl ShiftAnd
[src]

Create new ShiftAnd instance from a given pattern.

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