Files
rust/src/libextra
blake2-ppc e5a64f2add std: Remove the internal iterator methods from trait Set
.intersection(), .union() etc methods in trait std::container::Set use
internal iters. Remove these methods from the trait.

I reported issue #8154 for the reinstatement of iterator-based set algebra
methods to the Set trait.

For bitv and treemap, that lack Iterator implementations of set
operations, preserve them as methods directly on the types themselves.

For HashSet, these methods are replaced by the present .union_iter()
etc.
2013-08-01 16:54:22 +02:00
..
2013-08-01 05:34:55 -04:00
2013-08-01 05:34:55 -04:00
2013-08-01 05:34:55 -04:00
2013-08-01 05:34:55 -04:00
2013-07-30 02:50:31 -04:00
2013-08-01 05:34:55 -04:00
2013-07-22 01:09:48 -04:00
2013-08-01 05:34:55 -04:00
2013-07-30 02:50:31 -04:00
2013-07-22 14:16:33 -07:00
2013-08-01 05:34:55 -04:00
2013-07-22 14:16:33 -07:00
2013-08-01 05:34:55 -04:00
2013-07-30 02:50:31 -04:00
2013-08-01 05:34:55 -04:00
2013-08-01 05:34:55 -04:00
2013-08-01 05:34:55 -04:00
2013-08-01 05:34:55 -04:00
2013-08-01 05:34:55 -04:00
2013-08-01 05:34:55 -04:00
2013-08-01 05:34:55 -04:00
2013-08-01 05:34:55 -04:00
2013-08-01 05:34:55 -04:00