package
0.0.0-20230817100033-1f453bdb12b9
Repository: https://github.com/is999/go-code-snippets.git
Documentation: pkg.go.dev

# Functions

Binary 二分查找, 返回检索到的下标,未检索到返回-1 s 检索值 arr 检索的 slice,必须是有序的(升序或降序的).

# Interfaces

Float 浮点数.
Integer 整数.
Number 数字.
Ordered 数字或字符串.
Signed 有符合整数.
Unsigned 无符号整数.