# Functions

ContainsInt - Checks if an int value is contained in a slice.
ContainsString - Checks if a string value is contained in a slice.
GetByKeyCaseInsensitive - Retrieves value by key matched case-insensitively.
LenSliceBytes - Returns total length of a slice of bytes.
Unique - Returns a slice with unique values.