Repeats the given source as long as the specified conditions holds, where the condition is evaluated before each repeated source is iterated.
Source to repeat as long as the condition function evaluates to true.
Condition that will be evaluated before the source sequence is iterated.
An iterable which is repeated while the condition returns true.
Generated using TypeDoc
Repeats the given source as long as the specified conditions holds, where the condition is evaluated before each repeated source is iterated.