# Functions
BigIntSortedMiddle returns the middle number after sorting the provided numbers.
No description provided by the author
BoolsToBitFlags transforms a list of boolean flags to a *big.Int encoded number.
CountUnique counts the unique items of the provided slice.
No description provided by the author
Flatten flattens a slice of slices into a single slice.
GroupBy groups a slice based on a specific item property.
No description provided by the author