Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Search ¶
Search given a slice data sorted in ascending order, the call Search[int](data, func(e int) bool { return e >= 23 }) returns the smallest index i and element e such that e >= 23.
func StableSlice ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.