Searched defs:IndexFunc (Results 1 – 3 of 3) sorted by relevance
107 func IndexFunc[S ~[]E, E any](s S, f func(E) bool) int { func
862 func IndexFunc(s string, f func(rune) bool) int { func
844 func IndexFunc(s []byte, f func(r rune) bool) int { func