add functions
This commit is contained in:
parent
1c12c3bfe5
commit
e2ca52215e
1 changed files with 2 additions and 2 deletions
|
|
@ -15,7 +15,7 @@
|
||||||
first float? floats fnil
|
first float? floats fnil
|
||||||
identity inc int-array iterate
|
identity inc int-array iterate
|
||||||
juxt
|
juxt
|
||||||
filter filterv find
|
filter filterv find frequencies
|
||||||
last line-seq
|
last line-seq
|
||||||
keep keep-indexed keys
|
keep keep-indexed keys
|
||||||
map mapv map-indexed mapcat merge merge-with munge
|
map mapv map-indexed mapcat merge merge-with munge
|
||||||
|
|
@ -32,7 +32,7 @@
|
||||||
rand-int rand-nth range reduce reduced? remove
|
rand-int rand-nth range reduce reduced? remove
|
||||||
second set seq seq? shuffle simple-symbol? sort sort-by subs
|
second set seq seq? shuffle simple-symbol? sort sort-by subs
|
||||||
set/difference set/join
|
set/difference set/join
|
||||||
str/join str/starts-with? str/ends-with?
|
str/join str/starts-with? str/ends-with? str/split
|
||||||
zero?))
|
zero?))
|
||||||
|
|
||||||
;; TODO:
|
;; TODO:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue