# Functions

AppendUnique appends unique (not already in the slice) values to a slice.
ApplyToAll returns a new slice containing the results of applying the function `f` to each element of the original slice `s`.