Liking cljdoc? Tell your friends :D

com.rpl.specter.zipper


DOWNclj

source

find-firstclj

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.
sourceraw docstring

INNER-LEFTclj

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

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

INNER-RIGHTclj

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

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

LEFTclj

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.
sourceraw docstring

LEFTMOSTclj

source

NEXTclj

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.
sourceraw docstring

NEXT-WALKclj

Navigate to every element reachable using calls to NEXT

Navigate to every element reachable using calls
to NEXT
sourceraw docstring

NODEclj

source

NODE-SEQclj

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
sourceraw docstring

PREVclj

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.
sourceraw 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.
sourceraw docstring

RIGHTMOSTclj

source

SEQ-ZIPclj

source

UPclj

source

VECTOR-ZIPclj

source

XML-ZIPclj

source

zipperclj

source

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

× close