(entry loc)
If a given loc is pointing at a MapEntry node, return the loc
If a given loc is pointing at a MapEntry node, return the loc
(key loc)
If a given loc is pointing at a key node (1st child of an entry), return the loc
If a given loc is pointing at a key node (1st child of an entry), return the loc
(keyword loc)
If the loc points at a KeywordType, return the loc
If the loc points at a KeywordType, return the loc
(leaf loc)
If a given loc is pointing at a leaf node, return the loc
If a given loc is pointing at a leaf node, return the loc
(map loc)
If the loc points at a MapType, return the loc
If the loc points at a MapType, return the loc
(seq-of loc)
If the loc points at a SequenceOfType, return the loc
If the loc points at a SequenceOfType, return the loc
(sequential? loc)
Given a loc that is pointing at a leaf-node, look at its parent node and see if it is a SequenceOfType
Given a loc that is pointing at a leaf-node, look at its parent node and see if it is a SequenceOfType
(set-of loc)
If the loc points at a SetOfType, return the loc
If the loc points at a SetOfType, return the loc
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close