package
0.21.6
Repository: https://github.com/bitsongofficial/go-bitsong.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

Contains returns true if the slice contains the item, false otherwise.
ContainsDuplicate checks if there are any duplicate elements in the slice.
ContainsDuplicateDeepEqual returns true if there are duplicates in the slice by performing deep comparison.
No description provided by the author
GetRandomSubset returns a random subset of the given slice.
MakeNew makes a new instance of generic T.
MergeSlices efficiently merges two sorted slices into a single sorted slice.
ReverseSlice reverses the input slice in place.
SortSlice sorts a slice of type T elements that implement constraints.Ordered.

# Type aliases

No description provided by the author