[][src]Function bio::pattern_matching::shift_and::masks

pub fn masks<C, P>(pattern: P) -> ([u64; 256], u64) where
    C: Borrow<u8>,
    P: IntoIterator<Item = C>, 

Calculate ShiftAnd masks. This function is called automatically when instantiating a new ShiftAnd for a given pattern.