(rdrop-while pred)(rdrop-while pred coll)As for clojure.core/drop-while, but drops from the end of the sequence backwards, rather than the front forwards. More efficient when provided with a vector rather than a list.
As for clojure.core/drop-while, but drops from the end of the sequence backwards, rather than the front forwards. More efficient when provided with a vector rather than a list.
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |