(require '[clojure.zip :as zip]) (-> [1 2 3] zip/vector-zip ... In this case, the zipper will execute (seq [1 2 3]) to get children.
確定! 回上一頁