Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
|
|
@ -0,0 +1,7 @@
|
|||
; Including listing private methods in the clojure.set namespace:
|
||||
=> (keys (ns-interns 'clojure.set))
|
||||
(union map-invert join select intersection superset? index bubble-max-key subset? rename rename-keys project difference)
|
||||
|
||||
; Only public:
|
||||
=> (keys (ns-publics 'clojure.set))
|
||||
(union map-invert join select intersection superset? index subset? rename rename-keys project difference)
|
||||
Loading…
Add table
Add a link
Reference in a new issue