(find-forms zloc p?)
Find last node (if more than one node) that is in range of pos and satisfying the given predicate depth first from initial zipper location.
Find last node (if more than one node) that is in range of pos and satisfying the given predicate depth first from initial zipper location.
(in-range? {:keys [row col end-row end-col] :as form-pos}
{r :row c :col er :end-row ec :end-col :as selection-pos})
(same-range?
{:keys [name-row name-col name-end-row name-end-col] :as _a-pos}
{r :name-row c :name-col er :name-end-row ec :name-end-col :as _b-pos})
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close