Stores data in a contiguous data structure.
Adding an element outside the initial capacity will add chunk-size element, plus what's missing to store the element.
Stores data in a contiguous data structure. Adding an element outside the initial capacity will add chunk-size element, plus what's missing to store the element.
(continuous-accept-k contiguous k chunk-size)
Adds necessary slots so position k
is in the contiguous
datastructure.
Size is increased with at least chunk-size
element after it.
Adds necessary slots so position `k` is in the `contiguous` datastructure. Size is increased with at least `chunk-size` element after it.
(make n)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close