]> git.lizzy.rs Git - bit-set.git/commit
Switch from &usize to usize for contains/remove.
authorScott Olson <scott@solson.me>
Tue, 12 Jan 2016 21:49:21 +0000 (15:49 -0600)
committerScott Olson <scott@solson.me>
Tue, 12 Jan 2016 21:49:21 +0000 (15:49 -0600)
commit038d30521ff3f502b76cd402d610abe83dac7156
tree196ca6371bff70d6161260ddf7707266879507c6
parent6fc26976b06993087862aba96e815a4011d61a64
Switch from &usize to usize for contains/remove.

Closes #5.
Cargo.toml
src/lib.rs