Description Usage Arguments Value Examples
Constructs an iterator that returns elements from an iterable object
as long as the given predicate
function returns TRUE
.
1 | itakewhile(predicate, object)
|
predicate |
a function that determines whether an element is |
object |
an iterable object |
iterator object
1 2 3 4 5 6 7 8 9 10 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.