package
0.0.0-20240912065615-60fd97213283
Repository: https://github.com/go-leo/gox.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
AppendUnique appends an element to a slice, if the element is not already in the slice.
No description provided by the author
No description provided by the author
ContainsAny checks if any of the elem are in the given slice.
No description provided by the author
No description provided by the author
Difference 返回差集.
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
Insert 在切片的指定位置插入元素.
IsEmpty Checks if an slice is nil or length equals 0.
No description provided by the author
No description provided by the author
No description provided by the author
Map 方法创建一个新数组,这个新数组由原数组中的每个元素都调用一次提供的函数后的返回值组成。.
MapElem 两个切片s1,s2,,获取v所有s1同位置的s2的值.
No description provided by the author
NotContains reports whether v is not present in s.
NotContainsFunc reports whether v is not present in s.
PadEnd 如果slice长度小于 length 则在右侧填充val。.
PadStart 如果slice长度小于 length 则在左侧填充val。.
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
Reverse the order of the given slice in the given range.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Shuffle 打乱数组顺序.
Sum 数组求和.
Swap swaps a series of elements in the given array.
ToMap 方法创建一个Map,这个Map由原数组中的每个元素都调用一次提供的函数后的返回值作为Key、每个元素作为Value组成。.
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

No description provided by the author