Liking cljdoc? Tell your friends :D
All platforms.

clope.core


joinclj/s

(join)
(join r)
(join l r)
(join l r & s)

Returns a concatenation of given ropes.

Returns a concatenation of given ropes.
sourceraw docstring

sizeclj/s

(size rope)

Returns the size of given rope, in bytes.

Returns the size of given `rope`, in bytes.
sourceraw docstring

subrclj/s

(subr)
(subr rope)
(subr rope start)
(subr rope start end)

Returns a subrope of given rope with bytes from start (inclusive, defaults to 0) to end (exclusive, defaults to (size rope)).

Returns a subrope of given `rope` with bytes from `start` (inclusive, defaults to 0) to `end` (exclusive, defaults to `(size rope)`).
sourceraw docstring

wrapclj/s

(wrap bytes)

Wraps given byte array into a rope.

Wraps given byte array into a rope.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close