On Nov 30, 3:08 am, Sunil S Nandihalli <[email protected]> wrote: > I didn't realize I could test it so easily. But I would like it to ideally > return the same collection .. Shouldn't be hard to write a wrapper .. But I > think it should be the default behaviour.
What benefit do you hope to achieve? It would probably improve performance in the (uncommon) case where you cast a set into a set, but the semantics would remain still the same since IPersistentSets are immutable. Daniel -- 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
