Collections
assoc
concat
conj
cons
Constructs a list recursively using the pattern (cons element rest-of-list)
.
contains?
Checks whether a hashmap contains a record with the given key.
count
Counts the number of elements in a list, sequence or vector.
dissoc
empty?
Checks whether a list, sequence or vector has no elements.
get
Gets the value represented by the given key, or nil
if not found.
first
keys
Gets a list of all the keys from a hashmap.
list
hash-map
map
nth
rest
reverse
Creates a new sequence with the elements in reverse order.
seq
vals
Gets a list of all the values from a hashmap.
vector