Elements type.
Number of elements.
Value to fill with. For dynamical filling, provide a function.
Fill options.
Filled array.
Filter array asynchronously.
Elements type.
Initial array.
Async predicate.
Filtering concurrency.
Filtered elements.
Peek last item from array.
Array with elements.
Peek position.
Array element.
Extract a random element from the given array
.
Elements type.
Source data array.
Random element.
Removes element from array
.
Elements type.
Initial array.
Predicate function to mach needed element.
Whether to remove elements from the original array.
When false
will create a clone and removal will be made from that clone.
Whether to remove the first, or all of the occurrences of the found element.
Array with removed elements.
Removes an item in place from array
Array from where to remove.
Item to remove.
Boolean which indicates whether item was removed.
Shuffle the given array in-place.
Elements type.
Initial array.
Same array, but shuffled.
Creates a new array which contains unique items.
Elements type.
Input array.
Array with unique items.
Creates a new array which contains the given
value
.