# Functions
CopyBucketSet copies the given map of buckets.
DoBuckets applies the given function to each bucket.
GetBucket returns the bucket with the given key.
IteratorOfBucketSet is a function type that creates an iterator for the given bucket.
KeepIfBuckets keeps the elements in the buckets that satisfy the given predicate filter.
MakeBucketSet creates a map of buckets from the given elements using the given function.
NewSlice creates a new sorted slice.
Sort is a function that sorts a slice of elements in ascending order.
SortBucketSet sorts the buckets using the given function in-place.
StableSort is a function that sorts a slice of elements in ascending order while preserving the order of equal elements.
ViewTopNBuckets returns the top N buckets.
# Type aliases
SortFunc is a function type that defines a comparison function for elements.