(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 builds & hosts documentation for Clojure/Script libraries
Ctrl+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
Ctrl+/ | Jump to the search field |