slices.Contains
slices.Index
slices.Reverse
Returns the first index i where s[i] == v, or -1. (Go 1.21+)
slices.Index(s []E, v E) int