package
0.3.32
Repository: https://github.com/twgcode/tools.git
Documentation: pkg.go.dev

# Functions

AppendBuiltinInt64Slice 合并(追加方式)2个切片.
AppendBuiltinUint64Slice 合并(追加方式)2个切片.
AppendInt64Slice 合并(追加方式)2个切片.
AppendUint64Slice 合并(追加方式)2个切片.
No description provided by the author
No description provided by the author
BuiltinInt64SliceContains 判断 item是发在指定的切片中.
BuiltinInt64SliceDuplicateValue 切片中是否有重复的值.
BuiltinInt64SliceRemoveDuplicateValues 对切片进行去重.
BuiltinInt64SliceRemoveElement 从切片中移除遇到第一个指定元素.
BuiltinInt8SliceContains 判断 item是发在指定的切片中.
BuiltinInt8SliceDuplicateValue 切片中是否有重复的值.
BuiltinInt8SliceRemoveDuplicateValues 对切片进行去重.
BuiltinInt8SliceRemoveElement 从切片中移除遇到第一个指定元素.
BuiltinStringSliceContains 判断 item是发在指定的切片中.
BuiltinStringSliceDuplicateValue 切片中是否有重复的值.
BuiltinStringSliceRemoveDuplicateValues 对切片进行去重.
BuiltinStringSliceRemoveElement 从切片中移除遇到第一个指定元素.
BuiltinUint64SliceContains 判断 item是发在指定的切片中.
BuiltinUint64SliceDuplicateValue 切片中是否有重复的值.
BuiltinUint64SliceRemoveDuplicateValues 对切片进行去重.
BuiltinUint64SliceRemoveElement 从切片中移除遇到第一个指定元素.
BuiltinUint8SliceContains 判断 item是发在指定的切片中.
BuiltinUint8SliceDuplicateValue 切片中是否有重复的值.
BuiltinUint8SliceRemoveDuplicateValues 对切片进行去重.
BuiltinUint8SliceRemoveElement 从切片中移除遇到第一个指定元素.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
IntContains 判断 item 是否存在 切片中; 新版不建议使用,废弃状态.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ToBuiltinInt64Slice Int64类型切片转换为 系统内置标准的int64类型切片.
ToBuiltinUint64Slice Uint64类型切片转换为 系统内置标准的uint64类型切片.
ToInt64Slice 系统内置标准的int64类型切片 转换为Int64类型切片.
ToUint64Slice 系统内置标准的uint64类型切片 转换为Uint64类型切片.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Uint64Contains 判断 item是发在指定的切片中; 新版不建议使用,废弃状态.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Type aliases

Int64 实现主要来源于 https://stackoverflow.com/questions/49415573/golang-json-how-do-i-unmarshal-array-of-strings-into-int64?rq=1.
No description provided by the author