Files
rust/src
bors 021389f6ad Auto merge of #27652 - alex-ozdemir:iter, r=bluss
Provides a custom implementation of Iterator methods `count`, `nth`, and `last` for the structures `slice::{Windows,Chunks,ChunksMut}` in the core module.

These implementations run in constant time as opposed to the default implementations which run in linear time.

Addresses Issue #24214 

r? @aturon
2015-08-13 00:26:29 +00:00
..
2015-07-16 20:25:51 -07:00
2015-08-11 15:11:13 -07:00
2015-07-25 19:57:59 -07:00
2015-08-10 16:35:44 -07:00
2015-08-11 15:11:13 -07:00