# Functions
StringsByHex sorts a slice of strings according to their big-endian Hex value.
StringsByInt sorts a slice of strings according to their integer value.
# Variables
Strings sorts a slice of strings in increasing order.
# Type aliases
StringSlice is a function type used to sort a slice of strings in increasing order.