Liking cljdoc? Tell your friends :D
Clojure only.

lice-comb.impl.3rd-party


rdrop-whileclj

(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.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close