Current section
Files
Jump to
Current section
Files
include/boyer_moore_API.hrl
-record(api, {
get_size :: fun((any()) -> integer()),
are_equal :: fun((any(), any()) -> boolean()),
unsafe_access :: fun((any(), integer()) -> any())
}).