add functions

This commit is contained in:
Michiel Borkent 2019-08-10 00:26:09 +02:00
parent 1c12c3bfe5
commit e2ca52215e

View file

@ -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: