Documentation ¶
Index ¶
- func ArrayStringPointToArrayString(stringArray []*string) []string
- func ArrayStringReverse(s []string) (ret []string)
- func ArrayStringToArrayInterface(stringArray []string) []interface{}
- func ContainsString(array []string, str string) bool
- func Difference(slice1 []string, slice2 []string) []string
- func RemoveDuplicate[T string | int | float64](sliceList []T) []T
- func RemoveIndex(s []int, index int) []int
- func RemoveIndexFromInterface(s []interface{}, index int) []interface{}
- func RemoveStringItem(items []string, item string) (newItems []string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ArrayStringPointToArrayString ¶
ArrayPointStringToArrayString convert a pointer string's array to normal string's array
func ArrayStringReverse ¶
ArrayStringReverse Retorna um array de strings com os mesmos dados do array passado como parametro mas com a ordem invertida
func ArrayStringToArrayInterface ¶
func ArrayStringToArrayInterface(stringArray []string) []interface{}
ArrayStringToArrayInterface convert a array of string into array of interface
func ContainsString ¶
ContainsString check if a string contains in array of string
func Difference ¶
Difference retorna a diferenca entre duas listas de string
func RemoveDuplicate ¶
RemoveDuplicate remove items duplicado de um slice
func RemoveIndex ¶
RemoveIndex remove um item no array/slice baseado no index
func RemoveIndexFromInterface ¶
func RemoveIndexFromInterface(s []interface{}, index int) []interface{}
RemoveIndexFromInterface remove um item no array/slice baseado no index cujo parametro é uma interface
func RemoveStringItem ¶
RemoveStringItem remove um item de um array de string
Types ¶
This section is empty.