//
pkg.gl
Category
github.com/everfir/go-helpers
internal
helper
slice
package
0.1.12
Repository:
https://github.com/everfir/go-helpers.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
2
Dependents
1
Files
15 SLOC
#
Functions
Find
Find: 从有序数组中查找对应元素 @params: data 待查找数组 @params: target 目标元素 @return: idx 目标元素下标 @return: exist 是否存在 */.