package
0.1.7
Repository: https://github.com/taubyte/utils.git
Documentation: pkg.go.dev

# Functions

Contains returns a boolean based on whether a value is contained in the given slice.
Last returns the last string in a string slice while avoiding panics from a nil slice.
ReverseArray returns the given array in reversed order.
Unique returns a new slice with only unique values from the original slice.