]> git.lizzy.rs Git - rust.git/commit
auto merge of #15968 : nham/rust/keys_values_other_maps, r=alexcrichton
authorbors <bors@rust-lang.org>
Fri, 25 Jul 2014 18:51:09 +0000 (18:51 +0000)
committerbors <bors@rust-lang.org>
Fri, 25 Jul 2014 18:51:09 +0000 (18:51 +0000)
commit74db69995a87424098ec78aeae0964b615ba43e6
tree7ec0240cec299e6b94a6bd9f391504774edeadc8
parentd30776ec24400e813403ce947325d36a492c99d3
parent74b1aed0ec31d9719e585f82f76e8167c26d0c6f
auto merge of #15968 : nham/rust/keys_values_other_maps, r=alexcrichton

Adds methods for obtaining iterators over the keys or values of a SmallIntMap/TreeMap/TrieMap.

Closes #14376