An int-list implementation that resizes its backing store as it is required to hold wider data.
An int-list implementation that resizes its backing store as it is required to hold wider data.
(dynamic-int-list num-or-item-seq)
Create a dynamic int list from a sequence of numbers or from a single integer n-elems argument.
Create a dynamic int list from a sequence of numbers or from a single integer n-elems argument.
(make-from-container container)
Make a dynamic int list from something convertible to a byte, short, or integer list.
Make a dynamic int list from something convertible to a byte, short, or integer list.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close