The highest tagged major version is
v2.
package
Version:
v1.18.3
Opens a new window with list of versions in this module.
Published: Jul 11, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation
¶
BiSearch 二分查找,切片必需有序号。matchUp表示是否向上范围查找。比如:数列10 20 30 ,当value传入25时,返回结果是2,表示落到3的范围
type Element[ValueType NumberType] interface {
GetValue() ValueType
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.