]> git.lizzy.rs Git - rust.git/commit
Add an implementation of the BitOps for BTreeSets.
authorjbranchaud <jbranchaud@gmail.com>
Thu, 4 Dec 2014 04:10:06 +0000 (22:10 -0600)
committerjbranchaud <jbranchaud@gmail.com>
Fri, 12 Dec 2014 01:42:06 +0000 (19:42 -0600)
commitcd008c412770d053a020ea1cf3ce02eae35623a7
treecc9824b5a4549634eab135fb61e67f1e8b437d69
parent207a5084110d106149f7aba96603abba5850fdcb
Add an implementation of the BitOps for BTreeSets.

Add initial attempt at implementing BitOr for BTreeSet.

Update the implementation of the bitor operator for BTreeSets.

`make check` ran fine through this.

Add implementations for BitAnd, BitXor, and Sub as well.

Remove the FIXME comment and add unstable flags.

Add doctests for the bitop functions.
src/libcollections/btree/set.rs