# Functions
ContainsAll return true if a string slice contains all elements of another string slice, otherwise returns false.
HasString returns true if the given string value is found in the provided slice, otherwise returns false.
IsEmpty returns true if a string slice is empty or contains empty string values, otherwise returns false.
# Type aliases
StringSlice wraps a string slice to provide methods on top of it.