I haven't looked at the implementation, but presumably it's "modifying" one collection, and iterating over the other. If you rely on the documentation, that gives the implementors the freedom to do something like swap which collection is iterated over, based on the size (ie, if your operation is linear in the size of one of your sets, you might want to iterate over the smaller one).
On Dec 1, 11:45 pm, Sunil S Nandihalli <[email protected]> wrote: > Thanks Stu .. > > But I think it may be reasonable to say that the rest of the arguments can > be any collection and not just Set .. But I guess you have your reasons .. I > will assume that every argument is just a set and not anything else. > > Sunil. -- 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
