# Functions
Contains reports whether v is present in s.
ContainsAny reports whether v is present in s.
ContainsIsser reports whether name is present in s.
Delete removes element at index i from slice s and returns the modified slice.
IndexIsser returns the index of the first occurrence of name in s, or -1 if not present.