# Functions
Contains returns true if an eent is present in a collection.
Deprecated: please use CopyArray.
Copy an array.
CopySlice copy a slice.
Diff returns the difference between two slices.
Filter iterates over eents of collection.
Find search an eent in a slice based on a predicate.
GetInf Get the element corresponding to the index position of [] interface {}.
Join slice to string.
Keys creates an array of the map keys.
Map manipulates a slice and transforms it to a slice of another type.
Deprecated: please use NewArray.
New array initialization memory.
No description provided by the author
No description provided by the author
ParallelMap Parallel manipulates a slice and transforms it to a slice of another type.
Pop returns an eent and removes it from the slice.
Rand A random eents.
Reverse creates a slice of reversed values.
Shift returns an eent and removes it from the slice.
Shuffle creates a slice of shuffled values.
Slice converts a string to a slice.
Unique returns a duplicate-free version of an array.
Values creates an array of the map values.
# Variables
ErrIllegalIndex illegal index.