(defn init-navigator "Create a new arg-navigator from the sequence with the position set to 0" {:skip-wiki true} [s] (let [s (seq s)] (struct arg-navigator s s 0)))
Comments top
No comments for init-navigator. Log in to add a comment.