(select system lang-freqs)
Expects a signature like the following:
{:english 2
:chinese 5
:arabic 3}
Thus, a call should looke like this:
(select {:english 2
:chinese 5
:arabic 3})
Expects a signature like the following: ``` {:english 2 :chinese 5 :arabic 3} ``` Thus, a call should looke like this: ``` (select {:english 2 :chinese 5 :arabic 3}) ```
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close