It's a public class in clojure.lang that is not used by any part of the 
Clojure runtime or standard libraries. I can't think what other reason it 
would be included for, if not to be used by you. Just like 
clojure.lang.PersistentQueue - there's no nice Clojure wrapper for it (why 
on Earth not?), but it's still intended to be used by Clojure code.

On Friday, July 13, 2012 12:40:07 PM UTC-7, Meikel Brandmeyer (kotarak) 
wrote:
>
> Hi, 
>
> Am 13.07.2012 um 19:25 schrieb Alan Malloy: 
>
> > (defn coll->enumeration [coll] 
> >   (clojure.lang.SeqEnumeration. coll)) 
>
> Ah. I knew there must be something. But it doesn't seem to be official, 
> public API. 
>
> Meikel

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