drop_while_il {lenses} | R Documentation |
Conditional trim lens
Description
A lens into all elements starting from the first element that doesn't satisfy a predicate. Essentially the complement of take_while_il
Usage
drop_while_il(f)
Arguments
f |
the predicate (logical) function |
[Package lenses version 0.0.3 Index]