bitvec 1.0.1

Addresses memory by bits, for packed collections and bitfields
Documentation
1
2
3
4
5
6
7
8
# Bit-Array Iteration

This structure wraps a bit-array and provides by-value iteration of the bits it
contains.

## Original

[`array::IntoIter`](core::array::IntoIter)