# Functions
ContainsInt32 checks if a given int32 slice contains the provided int32.
ContainsString checks if a given slice of strings contains the provided string.
RemoveString returns a newly created []string that contains all items from slice that are not equal to s.