Updated 4 months ago

@stdlib/string-base-repeat • Rank 8.5 • Science 44%

Repeat a string a specified number of times and return the concatenated result.

Updated 4 months ago

@stdlib/string-repeat • Rank 8.1 • Science 44%

Repeat a string a specified number of times and return the concatenated result.

Updated 4 months ago

@stdlib/iter-concat • Rank 3.9 • Science 44%

Create an iterator which iterates over the values of two or more iterators.

Updated 4 months ago

@stdlib/iter-push • Rank 2.8 • Science 44%

Create an iterator which appends additional values to the end of a provided iterator.

Updated 4 months ago

@stdlib/iter-unshift • Rank 2.2 • Science 44%

Create an iterator which prepends values to the beginning of a provided iterator.

Updated 4 months ago

@stdlib/array-base-join • Science 44%

Return a string created by joining array elements using a specified separator.