EnsureUniqueAndAppend
func EnsureUniqueAndAppend[T comparable](slice []T, item T) []T
EnsureUniqueAndAppend appends an item to a slice if it does not already exists.
func EnsureUniqueAndAppend[T comparable](slice []T, item T) []T
EnsureUniqueAndAppend appends an item to a slice if it does not already exists.