extra-iterable.web
An iterable is a sequence of values {web}.
An iterable is a sequence of values {web}.
A collection of functions for operating upon Lists {web}.
An array is a collection of values, stored contiguously {web}.
A group of functions for working with Maps {web}.
A collection of functions for operating upon Entries {web}.
A pack of functions for working with Sets {web}.
A collection of methods for working with Objects {web}.
A sorted array is a collection of values, arranged in an order.
Create a function that invokes a provided function according to a predicate function.
Apply a mask to a provided input array.
Apply a mask to a provided input array.
Return a shallow copy of an array containing only those elements which fail a test implemented by a predicate function.
Apply a mask to a provided input array.
Apply a mask to a provided input array.
Apply a mask to a provided input array.
Apply a mask to a provided input array and map the unmasked values according to a callback function.
Return a shallow copy of an array containing only those elements which pass a test implemented by a predicate function.
Await for asynchronous data
Create a function that invokes a provided function according to a predicate function.
Create an iterator which rejects the values of another iterator according to a predicate function.