Fuzion Logo
fuzion-lang.dev — The Fuzion Language Portal
JavaScript seems to be disabled. Functionality is limited.

dropWhile

🌌list.dropWhile

Lazily drop the first elements of a list for which predicate 'p' holds.

redefines Sequence.dropWhile:
Lazily drop the first elements of a list for which predicate 'p' holds.