# Functions

ASCIITrim removes spaces from an a ASCII string, erroring if the sequence is not an ASCII string.
SplitAndTrimEmpty slices s into all subslices separated by sep and returns a slice of the string s with all leading and trailing Unicode code points contained in cutset removed.
StringSliceEqual checks if string slices a and b are equal.