package
19.2.12+incompatible
Repository: https://github.com/cockroachdb/cockroach-gen.git
Documentation: pkg.go.dev

# Functions

NewBinarySearcher returns a Searcher implementing a binary search strategy.
NewLineSearcher returns a Searcher implementing a line search strategy with an adaptive step size.

# Interfaces

A Searcher searches to find the largest value that passes a given predicate function.

# Type aliases

A Predicate is a funcation that returns whether a given search value "passes" or not.