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