Packages

Boyer-Moore search algorithm for BitArrays and custom data structures

Current section

Files

Jump to
boyer_moore include boyer_moore_Searcher.hrl
Raw

include/boyer_moore_Searcher.hrl

-record(searcher, {
'fun' :: fun((any(), boyer_moore:bounds()) -> {ok, integer()} | {error, nil})
}).