# Functions
AppendIfMissing returns a slice, with the provided value included If the value already exists in the slice, it will not be duplicated.
Only deletes the first instance of value! Takes a slice and a value and if that value is found, uses Delete from the exp.slices package to remove it.