(fold-tail nm am node shift cnt tail)
(fold-tail node shift cnt tail)
(overflow? nm root shift cnt)
(overflow? root shift cnt)
(remove-leftmost-child nm shift parent)
(remove-leftmost-child shift parent)
(replace-leftmost-child nm shift parent pcnt child d)
(replace-leftmost-child shift parent pcnt child d)
(replace-rightmost-child nm shift parent child d)
(replace-rightmost-child shift parent child d)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close