(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 is a website building & hosting documentation for Clojure/Script libraries
× close