]> git.lizzy.rs Git - rust.git/commit
Add doctests for union, diff, sym_diff, and intersection.
authorjbranchaud <jbranchaud@gmail.com>
Wed, 3 Dec 2014 04:59:24 +0000 (22:59 -0600)
committerjbranchaud <jbranchaud@gmail.com>
Fri, 5 Dec 2014 23:00:24 +0000 (17:00 -0600)
commit451cc7e5c07ec50ff35b9447999cb3e990cef340
treec3fc4671c8e9d67dbb61572c2311b6e0f29fbfff
parent3a325c666d2cb7e297bf3057ff2442f96a79428b
Add doctests for union, diff, sym_diff, and intersection.

Add a rustdoc test for union to exhibit how it is used.

There is already a test for union in the test namespace, but this commit
adds a doctest that will appear in the rustdocs.

Add a doctest for the difference function.

Add a doctest for the symmetric_difference function.

Add a doctest for the intersection function.

Update the union et al. doctests based on @Gankro's comments.

Make the union et al. doctests a bit more readable.
src/libcollections/btree/set.rs