scan

Function scan 

Source
pub fn scan(haystack: &[u8], needle: &[Option<u8>]) -> Option<usize>
Expand description

Naive linear search for a needle in a haystack with wildcards