Packages

Boyer-Moore search algorithm for BitArrays and custom data structures

Current section

Files

Jump to
boyer_moore include boyer_moore_API.hrl
Raw

include/boyer_moore_API.hrl

-record(api, {
get_size :: fun((any()) -> integer()),
are_equal :: fun((any(), any()) -> boolean()),
unsafe_access :: fun((any(), integer()) -> any())
}).