cgrand / xforms

Extra transducers and reducing fns for Clojure(script)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

topN support?

clojurians-org opened this issue · comments

i want to calculate the first-n and last-n, how it can be done?

first n ant last n of a collection or the n biggest and lowest items?

yes. max and min with more following value.