# Functions
FindLongest finds the length of longest string in slice.
RandASCIILetters generates random string from ascii letters.
SliceContains returns true if slice a contains e element, false otherwise.
SliceIndex returns the index e in a, return -1 if not found.