Liking cljdoc? Tell your friends :D

clj-arangodb.velocypack.core


build-arrayclj

(build-array builder seq)
source

build-mapclj

(build-map builder data)
source

getclj

(get slice k)
(get slice k not-found)

Returns the value at key cast to its inferred type, not-found or nil if key not present. If the type is not one of None ILLEGAL NULL STRING INT BOOL DOUBLE UINT SMALLINT BINARY UTC_DATE then a slice will be returned. As such is is NOT consistent. keys are strings. if a keyword is (name key) will be called

Returns the value at key cast to its inferred type,
not-found or nil if key not present. If the type is not one of
None ILLEGAL NULL STRING INT BOOL DOUBLE UINT SMALLINT BINARY UTC_DATE
then a slice will be returned. As such is is NOT consistent.
keys are strings. if a keyword is (name key) will be called
sourceraw docstring

get-inclj

(get-in slice ks)
(get-in slice ks not-found)

Returns nil if the key is not present, or the not-found value if supplied. else retuns a clojure object (or vpack slice if it can not find the type)

Returns nil if the key is not present, or the not-found value if supplied.
else retuns a clojure object (or vpack slice if it can not find the type)
sourceraw docstring

get-sliceclj

(get-slice slice k)
(get-slice slice k not-found)

Returns the VPackSlice mapped to key, not-found or nil if key not present. keys are strings. if a keyword is (name key) will be called

Returns the `VPackSlice` mapped to key, not-found or nil if key not present.
keys are strings. if a keyword is (name key) will be called
sourceraw docstring

get-typeclj

(get-type slice)
source

packclj

(pack xs)
source

pack-oneclj

(pack-one x)
source

read-asclj

(read-as x keyword)
source

unpackclj

(unpack slice)
(unpack slice keyword-fn)
source

vpack-slice?clj

(vpack-slice? x)
source

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

× close