(bind this binds)
Make new Erlang term replacing variables with the respective values from bindings argument(s).
Make new Erlang term replacing variables with the respective values from bindings argument(s).
(decode this buff)
Read binary data in the Erlang external format, and produce a corresponding Erlang data type object.
Read binary data in the Erlang external format, and produce a corresponding Erlang data type object.
(encode this buff)
Convert the object according to the rules of the Erlang external format.
Convert the object according to the rules of the Erlang external format.
(equal? this other-erl-obj)
Determine if two Erlang objects are equal.
Determine if two Erlang objects are equal.
(get-binary-value this)
Get the byte array from a bitstr, padded with zero bits in the little end of the last byte.
Get the byte array from a bitstr, padded with zero bits in the little end of the last byte.
(get-object this)
Get the java Object from the bitstr.
Get the java Object from the bitstr.
(get-size this)
Get the size in whole bytes of the bitstr, rest bits in the last byte not counted.
Get the size in whole bytes of the bitstr, rest bits in the last byte not counted.
(pad-bits this)
Get the number of pad bits in the last byte of the bitstr.
Get the number of pad bits in the last byte of the bitstr.
(match this term binds)
Perform match operation against given term.
Perform match operation against given term.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close