Packages

Boyer-Moore search algorithm for BitArrays and custom data structures

Current section

Files

Jump to
boyer_moore include boyer_moore_Bounds.hrl
Raw

include/boyer_moore_Bounds.hrl

-record(bounds, {
start :: gleam@option:option(integer()),
'end' :: gleam@option:option(integer())
}).