rust/src/libcoretest
Jakub Wieczorek ed54162e86 Add an iterate function to core::iter
Implementation by Kevin Ballard.

The function returns an Unfold iterator producing an infinite stream
of results of repeated applications of the function, starting from
the provided seed value.
2014-07-13 11:47:40 +02:00
..
fmt
num Fix rotate_{left, right} for multiple of bitsize rotation amounts 2014-07-02 23:45:27 +01:00
any.rs
atomics.rs
cell.rs
char.rs auto merge of #15283 : kwantam/rust/master, r=alexcrichton 2014-07-09 18:36:30 +00:00
clone.rs
cmp.rs
finally.rs
iter.rs Add an iterate function to core::iter 2014-07-13 11:47:40 +02:00
lib.rs
mem.rs
ops.rs
option.rs
ptr.rs
raw.rs
result.rs
tuple.rs