seq-drop-while
seq-drop-while is a compiled Lisp function in `seq.el
'.
(seq-drop-while PRED SEQ)
Return a sequence, from the first element for which (PRED element) is nil, of SEQ.
The result is a sequence of the same type as SEQ.
seq.el
'.
(seq-drop-while PRED SEQ)
Return a sequence, from the first element for which (PRED element) is nil, of SEQ.
The result is a sequence of the same type as SEQ.