Versions in this module Expand all Collapse all v1 v1.7.9 Oct 27, 2019 Changes in this version + func BytesToStrings(a [][]byte) []string + func CompareSlice(a, b [][]byte) int + func CopyChunkedByteSlices(src [][]byte, chunkSize int) [][]byte + func Exists(set []string, find string) bool + func ExistsIgnoreCase(set []string, find string) bool + func MergeSortedBytes(n ...[][]byte) [][]byte + func MergeSortedFloats(n ...[]float64) []float64 + func MergeSortedInts(n ...[]int64) []int64 + func MergeSortedStrings(n ...[]string) []string + func MergeSortedUInts(n ...[]uint64) []uint64 + func StringsToBytes(s ...string) [][]byte + func Union(setA, setB []string, ignoreCase bool) []string