(can-pack? _ value)
Test if this extension can pack the provided data type
Test if this extension can pack the provided data type
(can-unpack? _ type-byte)
Test if this extension can unpack the provided type-byte
Test if this extension can unpack the provided `type-byte`
(pack _ packer value opts)
Pack the give value
using the provided packer
Pack the give `value` using the provided `packer`
(unpack _ unpacker header opts)
Unpack the custom data type as specified by the extension header
using the provided unpacker
Unpack the custom data type as specified by the extension `header` using the provided `unpacker`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close