A lens into all elements starting from the first element that doesn't satisfy a predicate. Essentially the complement of take_while_il

drop_while_il(f)

Arguments

f

the predicate (logical) function