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