package
0.0.0-20241029040836-37d1161ba509
Repository: https://github.com/abmpio/libx.git
Documentation: pkg.go.dev
# Functions
append if not contains.
No description provided by the author
StrContains => Contains StringSliceEqual => Equal StringSliceMergeSorted => MergeSorted
Contains checks if a list contains a string.
No description provided by the author
对一个字符串数组去重.
Equal compares two string slices for equality.
排除一个项目中符合条件的成员,并返回一个新的slice.
MergeSorted takes two string slices that are assumed to be sorted and does a zipper merge of the two sorted slices, removing any cross-slice duplicates.