package
2.7.11
Repository: https://github.com/influxdata/influxdb.git
Documentation: pkg.go.dev

# Functions

Clone returns a copy of b.
CloneSlice returns a copy of a slice of byte slices.
Contains returns true if x is an element of the sorted slice a.
Intersect returns the intersection of a & b in sorted order.
Pack converts a sparse array to a dense one.
SearchBytes performs a binary search for x in the sorted slice a.
SearchBytesFixed searches a for x using a binary search.
Sort sorts a slice of byte slices.
SortDedup sorts the byte slice a and removes duplicates.
Union returns the union of a & b in sorted order.