Liking cljdoc? Tell your friends :D

flow-storm.runtime.indexes.utils


make-mutable-hashmapclj/s

(make-mutable-hashmap)

make-mutable-listclj/s

(make-mutable-list)

make-mutable-stackclj/s

(make-mutable-stack)

mh->immutable-mapclj/s

(mh->immutable-map mh)

mh-contains?clj/s

(mh-contains? mh k)

mh-getclj/s

(mh-get mh k)

mh-putclj/s

(mh-put mh k v)

ml-addclj/s

(ml-add mlist elem)

ml-countclj/s

(ml-count mlist)

ml-getclj/s

(ml-get mlist idx)

ms-peekclj/s

(ms-peek mstack)

ms-popclj/s

(ms-pop mstack)

ms-pushclj/s

(ms-push mstack elem)

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close