Documentation
¶
Index ¶
- func JoinStrings(data []string) string
- func RemoveElement(s []string, i int) []string
- func RemoveElements(data []string, j []int) []string
- func RemoveElementsTuned(s []string, index []int) []string
- func RemoveFromByte(s []byte, i int) []byte
- func RemoveWhiteSpaceArray(data []string) []string
- func ReverseArray(n1 []int) []int
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func JoinStrings ¶
JoinStrings concatenate every data in the array and return the string content
func RemoveElement ¶
func RemoveElements ¶ added in v0.0.18
RemoveElement delete the element of the indexes contained in j of the data in input
func RemoveElementsTuned ¶ added in v0.0.18
func RemoveFromByte ¶ added in v0.0.5
RemoveFromByte Remove a given element from a string NOTE: Panic in case of index out of bound
func RemoveWhiteSpaceArray ¶
RemoveWhiteSpaceArray is delegated to iterate every array item and remove the whitespace from the given string
func ReverseArray ¶ added in v0.0.19
ReverseArray is delegated to return the inverse rappresentation of the array
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.