]> git.lizzy.rs Git - rust.git/commit
auto merge of #5123 : thestinger/rust/treemap, r=nikomatsakis
authorbors <bors@rust-lang.org>
Wed, 27 Feb 2013 13:18:39 +0000 (05:18 -0800)
committerbors <bors@rust-lang.org>
Wed, 27 Feb 2013 13:18:39 +0000 (05:18 -0800)
commit8e492ccaa709172d74aac2d4f086af6886aa4c64
treec3d24b2ad2a7c21b868d6c39575e91ee9d707c02
parentf4e8ac21cd1d38dc190d463220dc25af22d1d614
parent5b0a2d1fc0186fdcb6dff68d4736e172c82a50a1
auto merge of #5123 : thestinger/rust/treemap, r=nikomatsakis

* replace the dual next() and get() calls with a single next() function
* drop one of the pointer members from the struct
* add a method for using the lazy iterator with a for loop