Files
rust/src/liballoc
Sebastian Dröge 51d546f4aa Add slice::ExactChunks and ::ExactChunksMut iterators
These guarantee that always the requested slice size will be returned
and any leftoever elements at the end will be ignored. It allows llvm to
get rid of bounds checks in the code using the iterator.

This is inspired by the same iterators provided by ndarray.

See https://github.com/rust-lang/rust/issues/47115
2018-01-13 12:18:46 +02:00
..
2017-11-29 21:11:20 -08:00
2017-11-08 20:41:17 -08:00
2017-11-21 15:33:45 +01:00
2017-06-30 08:34:53 -10:00
2017-11-01 21:02:08 +08:00