Skip to content
Litichevskiy Dmitriy edited this page Jan 27, 2019 · 1 revision

Manipula.repeat(element, count)

Method generates an iterable that contains one repeated value.

Kind: static method of Manipula

Param Type Description
element * The value to be repeated.
count number The number of times to repeat the value in the generated iterable.
Clone this wiki locally