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

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