unsafe fn searcher_kind_empty(
_searcher: &Searcher,
_prestate: &mut PrefilterState,
_haystack: &[u8],
_needle: &[u8],
) -> Option<usize>Expand description
Reads from the empty field of SearcherKind to handle the case of
searching for the empty needle. Works on all platforms.
ยงSafety
Callers must ensure that the searcher.kind.empty union field is set.