An array is a collection of values, stored contiguously.
An iterable is a sequence of values.
A group of functions for working with Maps.
A pack of functions for working with Sets.
A collection of methods for working with Objects.
A collection of functions for operating upon Entries.
Repeat a string a specified number of times and return the concatenated result.
Create an iterator which iterates over the values of two or more iterators.
Create an iterator which appends additional values to the end of a provided iterator.
Create an iterator which prepends values to the beginning of a provided iterator.
Return a string created by joining array elements using a specified separator.