# 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.