# Functions
No description provided by the author
Contains reports whether v is present in s.
Equal reports whether two slices are equal: the same length and all elements equal.
Index returns the index of the first occurrence of v in s, or -1 if not present.
No description provided by the author