Documentation ¶
Overview ¶
Package arrays provides utility functions for arrays
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Contains ¶
Contains indicates if a slice contains a provided string value
If the value is not present in the collection, then IndexOf will return false
func Dequeue ¶
Dequeue supports queue operations, it returns the first value in a slice and removes it from the slice
If the slice is empty, the function will return an error
func IndexOf ¶
IndexOf returns the index of the desired value in the slice.
If the value is not present in the collection, then IndexOf will return -1
func RemoveDuplicatedStrings ¶
RemoveDuplicatedStrings receives a slice and removes the duplicated values
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.