package
0.26.0
Repository: https://github.com/mesg-foundation/engine.git
Documentation: pkg.go.dev

# 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.