I can iterate through a transient vector, as count and nth can be used directly on the transient.
Is there any way to iterate through the keys (or key/value pairs) of a transient hash, other than just making a persistent version of it? I guess the meta-question is, any advice on finding which functions work on transients, other than digging through the source? Thanks Tom p.s. my project is actually ClojureScript but I figured this was a Clojure question. Just mentioning it in case the answer relies on details under the hood. -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
