ClojureDocs

导航

名称空间

drop-while

clojure.core

自 1.0 起可用 ()
  • (drop-while pred)
  • (drop-while pred coll)
Returns a lazy sequence of the items in coll starting from the
first item for which (pred item) returns logical false.  Returns a
stateful transducer when no collection is provided.