blob: e386b37a7f67f92a77b4e0453ce0ff379735c9db [file] [log] [blame] [view]
# Bit-Slice Iteration
Like the standard-library slice, this module contains a great deal of
specialized iterators. In addition to the ports of the iterators in
[`core::slice`], this also defines iterators that seek out indices of set or
cleared bits in sparse collections.
Each iterator here is documented most extensively on the [`BitSlice`] method
that produces it, and has only light documentation on its own type or inherent
methods.
[`BitSlice`]: super::BitSlice
[`core::slice`]: core::slice