Description Usage Arguments See Also Examples
Keep taking elements out from a list or vector while a condition holds for the element. If the condition is violated for an element, the element will not be taken and all taken elements will be returned.
1 | list.takeWhile(.data, cond)
|
.data |
|
cond |
A logical lambda expression |
list.take
, list.skip
,
list.skipWhile
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.