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 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 |