(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.
(->set this)
Make a Set
view of the map key-value pairs.
Make a `Set` view of the map key-value pairs.
(get this key)
Get the specified value from the map.
Get the specified value from the map.
(get-arity this)
Get the arity of the map.
Get the arity of the map.
(get-keys this)
Get all the keys from the map as an array.
Get all the keys from the map as an array.
(get-values this)
Get all the values from the map as an array.
Get all the values from the map as an array.
(put this key value)
Put value corresponding to key into the map.
Put value corresponding to key into the map.
(remove this key)
Removes mapping for the key if present.
Removes mapping for the key if present.
(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