Liking cljdoc? Tell your friends :D
Mostly clj/s.
Exceptions indicated.

clojure.test.check.rose-tree

A lazy tree data structure used for shrinking.

A lazy tree data structure used for shrinking.
raw docstring

make-roseclj/s

(make-rose root children)
source

RoseTreecljs

source

seqclj/s

(seq rose)

Create a lazy-seq of all of the (unique) nodes in a shrink-tree. This assumes that two nodes with the same value have the same children. While it's not common, it's possible to create trees that don't fit that description. This function is significantly faster than brute-force enumerating all of the nodes in a tree, as there will be many duplicates.

Create a lazy-seq of all of the (unique) nodes in a shrink-tree.
This assumes that two nodes with the same value have the same children.
While it's not common, it's possible to create trees that don't
fit that description. This function is significantly faster than
brute-force enumerating all of the nodes in a tree, as there will
be many duplicates.
sourceraw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close