Feature request:
It would be handy for ISeq to inherit IEnumerable.
My use case is wanting to expose an IEnumerable "Values" from a
Clojure IPersistentMap (vals ) call
Currently I can do it easily enough by casting to PersistentTreeMap
which has a .Values implementation, but I suspect there is probably a
smarter solution... :)

-- 
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

Reply via email to