]> git.lizzy.rs Git - rust.git/commit
Add a `repeat` function to the prelude
authorJakub Bukaj <jakub@jakub.cc>
Thu, 30 Oct 2014 22:44:42 +0000 (23:44 +0100)
committerJakub Bukaj <jakub@jakub.cc>
Thu, 30 Oct 2014 22:55:53 +0000 (23:55 +0100)
commit696f72e84e8420933270be5cde3735b372cee8c5
treea396ee92314867e2f487a75e4ea6e1a8d7688941
parent52c3fe953377d922ecfe29b55861b01e05e9229c
Add a `repeat` function to the prelude

Implements a part of RFC 235.

[breaking-change]
src/libcore/iter.rs
src/libcore/prelude.rs
src/libcoretest/iter.rs
src/libstd/prelude.rs