Documentation
¶
Index ¶
- func Copy(s string) string
- func CopySlice(slice []string) []stringdeprecated
- func EqualSlices(s1, s2 []string) booldeprecated
- func Include(s []string, v string) booldeprecated
- func IndexOf(s []string, v string) intdeprecated
- func ReverseSlice(s []string) []stringdeprecated
- func UniqueAppend(slice []string, s ...string) []string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func EqualSlices
deprecated
func ReverseSlice
deprecated
func UniqueAppend ¶
UniqueAppend appends a string if not exist in the slice.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.