Hi All- I am sure I am just missing this in contrib somewhere , but....
I am trying to find a subvector such that it returns the rest of the vector at the first occurrence of a value (def v ['a 'b 'c 'd 'e 'f 'g]) (my-fun 'c v) => ['c 'd 'e 'f 'g] I need this to be *really* efficient (who doesn't, right) Sort of looping through this, what is the best way? thanks base -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en