# Functions
All checks if all items satisfy the condition function.
Any checks if any item satisfy the condition function.
Contains test if target array contains pivot If T is a pointer, T needs to implement Equal(T) function, otherwise the pointer address If T is not a pointer, T could be either.
Count checks how many items satisfy the condition function.
Filter functional filter for array items.
Find search the first item with function.
FindInt return true if target in slice, return false if not.
FindString return true if target in slice, return false if not.
FindUint return true if target in slice, return false if not.
Flatten the given arr.
GroupBy group by array items with given projection function.
No description provided by the author
Index search the index of array item with function.
IterToArray convert iterable to list.
Map functional conversion for array items.
Reduce array.
RemoveString remove string from slice if function return true.
Sort given array.
# Interfaces
Iterable .