Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BinarySearchCustom ¶
func BinarySearchCustom[K Comparable](a []K, x K) (int, bool)
Types ¶
type Comparable ¶
type Comparable interface { Equals(x Comparable) bool Less(x Comparable) bool }
Click to show internal directories.
Click to hide internal directories.