Liking cljdoc? Tell your friends :D

ham-fisted.alists

Generic primitive array backed array-lists. The pure clojure implementations are a bit slower than the java ones but far less code so these are used for the less-frequently-used primive datatypes - byte, short, char, and float.

Generic primitive array backed array-lists.  The pure clojure implementations are a bit
slower than the java ones but *far* less code so these are used for the
less-frequently-used primive datatypes - byte, short, char, and float.
raw docstring

make-prim-array-listcljmacro

(make-prim-array-list lname
                      ary-tag
                      iface
                      getname
                      setname
                      addname
                      set-cast-fn
                      get-cast-fn
                      obj-cast-fn
                      add-all-reduce)

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

× close