//
pkg.gl
Category
github.com/Is999/go-code-snippets
find
package
0.0.0-20230817100033-1f453bdb12b9
Repository:
https://github.com/is999/go-code-snippets.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
0
Dependents
0
Files
56 SLOC
#
Functions
Binary
Binary 二分查找, 返回检索到的下标,未检索到返回-1 s 检索值 arr 检索的 slice,必须是有序的(升序或降序的).
#
Interfaces
Float
Float 浮点数.
Integer
Integer 整数.
Number
Number 数字.
Ordered
Ordered 数字或字符串.
Signed
Signed 有符合整数.
Unsigned
Unsigned 无符号整数.