Versions in this module Expand all Collapse all v1 v1.5.0 Mar 6, 2018 Changes in this version + func Clone(b []byte) []byte + func CloneSlice(a [][]byte) [][]byte + func Contains(a [][]byte, x []byte) bool + func Pack(a []byte, width int, val byte) []byte + func SearchBytesFixed(a []byte, sz int, fn func(x []byte) bool) int + func SortDedup(a [][]byte) [][]byte v1.3.4 Aug 23, 2017 v1.3.2 Aug 4, 2017 Changes in this version + func Intersect(a, b [][]byte) [][]byte + func IsSorted(a [][]byte) bool + func SearchBytes(a [][]byte, x []byte) int + func Sort(a [][]byte) + func Union(a, b [][]byte) [][]byte