Documentation ¶
Index ¶
- func Contains(s, needle []rune) bool
- func Equal(a, b []rune) bool
- func HasPrefix(s, prefix []rune) bool
- func HasSuffix(s, suffix []rune) bool
- func Index(s, needle []rune) int
- func IndexAny(s, chars []rune) int
- func IndexLastRune(s []rune, r rune) int
- func IndexRune(s []rune, r rune) int
- func LastIndex(s, needle []rune) int
- func Max(s []rune) (max rune)
- func Min(s []rune) rune
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IndexLastRune ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.