(down-to loc k)
Navigate to the child loc
of this loc
identified by the key k
; return nil if k
is not the key of any child.
Navigate to the child `loc` of this `loc` identified by the key `k`; return nil if `k` is not the key of any child.
(pivot this k)
Pivot the elements of this sequential and return a triple of [elements-before element-at elements-after
Pivot the elements of this sequential and return a triple of [elements-before element-at elements-after
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close