Liking cljdoc? Tell your friends :D
Clojure only.

clj-arangodb.velocypack.core


packclj

(pack o)
(pack o key-fn)

Pack a VPackSlice

Takes an optional key-fn. By default keywords are converted into their name strings

Pack a VPackSlice

Takes an optional `key-fn`.
By default keywords are converted into their `name` strings
sourceraw docstring

unpackclj

(unpack slice)
(unpack slice key-fn)

Unpack a VPackSlice

Takes an optional key-fn. By default integer and float keys are converted all others are returned as keywords

Unpack a VPackSlice

Takes an optional `key-fn`.
By default integer and float keys are converted
all others are returned as keywords
sourceraw docstring

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

× close