Versions in this module Expand all Collapse all v1 v1.7.9 Oct 27, 2019 Changes in this version + func Clone(b []byte) []byte + func CloneSlice(a [][]byte) [][]byte + func Contains(a [][]byte, x []byte) bool + func Intersect(a, b [][]byte) [][]byte + func IsSorted(a [][]byte) bool + func Pack(a []byte, width int, val byte) []byte + func SearchBytes(a [][]byte, x []byte) int + func SearchBytesFixed(a []byte, sz int, fn func(x []byte) bool) int + func Sort(a [][]byte) + func SortDedup(a [][]byte) [][]byte + func Union(a, b [][]byte) [][]byte