(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-length this)
Alias for get-arity
Alias for `get-arity`
(get-last-tail this)
(get-tail this)
(get-nth-tail this index)
(get-string-value this)
Convert a list of integers into a Unicode string, interpreting each integer as a Unicode code point value.
Convert a list of integers into a Unicode string, interpreting each integer as a Unicode code point value.
(get-elements this)
Get all the elements from the tuple as an array.
Get all the elements from the tuple as an array.
(get-head this)
(proper? this)
(get-arity this)
Get the arity of the tuple.
Get the arity of the tuple.
(get-element this index)
Get the specified element from the tuple.
Get the specified element from the tuple.
(length this)
Alias for get-arity
borrowed from the Erlang world.
Alias for `get-arity` borrowed from the Erlang world.
(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