]> git.lizzy.rs Git - rust.git/commit
libcollections: generalize BTree* to use BorrowFrom
authorAaron Turon <aturon@mozilla.com>
Thu, 13 Nov 2014 23:51:08 +0000 (15:51 -0800)
committerAaron Turon <aturon@mozilla.com>
Mon, 17 Nov 2014 19:26:48 +0000 (11:26 -0800)
commitff88510535611f8497047584b18b819b7fe5cb3a
tree304b56a0440a40de778d5454245306704e498441
parent7213de1c49e448c7c6ad2d30dc3e6b3a13e090df
libcollections: generalize BTree* to use BorrowFrom

Generalizes the BTree-based collections to use the new BorrowFrom
infrastructure for more flexible lookups and removals.
src/libcollections/btree/map.rs
src/libcollections/btree/node.rs
src/libcollections/btree/set.rs