# Functions
Contains checks if a given slice of type T contains the provided item.
ContainsString checks if a given slice of strings contains the provided string.
SortInts64 sorts []int64 in increasing order.
ToSet returns a single slice containing the unique values from one or more slices.