> It is not necessary. All Java collections can already be turned in to
> sets using set:
>
> (set (java.util.ArrayList. [1 2 3 4 5 3 2]))
> #{1 2 3 4 5}
>
> Enumerations are not collections, but can be turned into seqs
> (manually only) using enumeration-seq.
>
> Rich

It's always great to see stuff already worked. Thanks!

Allen

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

Reply via email to