Skip to content

v0.5.1

Compare
Choose a tag to compare
@james7132 james7132 released this 16 Mar 09:44
· 18 commits to master since this release
eb70fdf
  • #102: Added contains_unchecked, insert_unchecked, put_unchecked,
    set_unchecked, toggle_unchecked, removed_unchecked, copy_bit_unchecked unsafe variants of the safe functions, by @james7132
  • #103: Added into_ones which returns a owned iterator over the one
    values from a bitset, by @james7132.
  • #104: Implemented DoubleEndedIterator for Union, Intersection,
    Difference, and SymmetricDifference , by @james7132.