You are viewing an old version of this page. View the current version.
Compare with Current View Page History
« Previous Version 19 Current »
数组容器,提供普通数组,及排序数组,支持数据项唯一性矫正,支持并发安全开关控制。
使用场景:
数组操作。
使用方式:
import "github.com/gogf/gf/container/garray"
接口文档:
https://godoc.org/github.com/gogf/gf/container/garray
简要说明:
garray
int
string
interface{}
*Array
Sorted*Array
Array
intArray
StrArray
SortedArray
SortedIntArray
SortedStrArray
gutil
Comparator*