Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Search ¶
Search searches for target in a sorted array of values and return the smallest index i which satisfies values[i] >= target.
func SearchFunc ¶
SearchFunc searches for target in a sorted array of values using less and return the smallest index i which satisfies !less(values[i], target).
Types ¶
Click to show internal directories.
Click to hide internal directories.