# Functions
CopyStrings copies the contents of the specified string slice into a new slice.
ShuffleStrings copies strings from the specified slice into a copy in random order.
Sorts []int64 in increasing order.
SortStrings sorts the specified string slice in place.
# Type aliases
Int64Slice attaches the methods of Interface to []int64, sorting in increasing order.