Liking cljdoc? Tell your friends :D

com.fulcrologic-pro.com.rpl.specter.zipper


DOWNclj/s


find-firstclj/s

Navigate the zipper to the first element in the structure matching predfn. A linear scan is done using NEXT to find the element.

Navigate the zipper to the first element
in the structure matching predfn. A linear scan
is done using NEXT to find the element.
raw docstring

INNER-LEFTclj/s

Navigate to the empty subsequence directly to the left of this element.

Navigate to the empty subsequence directly to the
left of this element.
raw docstring

INNER-RIGHTclj/s

Navigate to the empty subsequence directly to the right of this element.

Navigate to the empty subsequence directly to the
right of this element.
raw docstring

LEFTclj/s

Navigate to the element to the left. If no element there, works like STOP.

Navigate to the element to the left.
If no element there, works like STOP.
raw docstring

LEFTMOSTclj/s


NEXTclj/s

Navigate to the next element in the structure. If no next element, works like STOP.

Navigate to the next element in the structure.
If no next element, works like STOP.
raw docstring

NEXT-WALKclj/s

Navigate to every element reachable using calls to NEXT

Navigate to every element reachable using calls
to NEXT
raw docstring

NODEclj/s


NODE-SEQclj/s

Navigate to the subsequence containing only the node currently pointed to. This works just like srange and can be used to remove elements from the structure

Navigate to the subsequence containing only
the node currently pointed to. This works just
like srange and can be used to remove elements
from the structure
raw docstring

PREVclj/s

Navigate to the previous element. If this is the first element, works like STOP.

Navigate to the previous element.
If this is the first element, works like STOP.
raw docstring

Navigate to the element to the right. If no element there, works like STOP.

Navigate to the element to the right.
If no element there, works like STOP.
raw docstring

RIGHTMOSTclj/s


SEQ-ZIPclj/s


UPclj/s


VECTOR-ZIPclj/s


XML-ZIPclj/s


zipperclj/s

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

× close