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 builds & hosts documentation for Clojure/Script libraries
Ctrl+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
Ctrl+/ | Jump to the search field |