Documentation ¶
Index ¶
- 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 SearchBytes(a [][]byte, x []byte) int
- func Sort(a [][]byte)
- func SortDedup(a [][]byte) [][]byte
- func Union(a, b [][]byte) [][]byte
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CloneSlice ¶ added in v1.3.7
CloneSlice returns a copy of a slice of byte slices.
func SearchBytes ¶
SearchBytes performs a binary search for x in the sorted slice a.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.