# Functions
CountOfString returns the count of Key for a Key slice.
EscapeSymbols escape custom symbols.
ReverseStringSlice reverses StringSlice.
ReverseStringSliceInplace reverses StringSlice.
SortCountOfString sorts count of Key.
Split splits a byte slice by given letters.
Str2Bytes convert string to byte slice.
UnEscaper returns a function for unescaping string.
# Variables
IgnoreCase for ignoring case when sorting in natural order.
NaturalOrder is the global variable for sorting String2ByteSlice.
# Structs
ByValue ...
MultiKeyStringSlice sort [][]string by multiple keys.
ReversedByValue ...
ReversedString2ByteSliceList is reversed String2ByteSliceList.
ReversedStringCountList is Reversed StringCountList.
SortType defines the sort type.
String2ByteSlice is for sortint of string-[]byte pairs.
StringCount is a struct store count of Key.
# Type aliases
MultiKeyStringSliceList is slice of MultiKeyStringSlice.
String2ByteSliceList is list of string2ByteSlice.
StringCountList is slice of Keycount.