This module provides iteration protocols for BitVec
, including:
BitVec
implements Extend
and FromIterator
for both sources of individual bits and sources of T
memory elements.
The by-value bool
iterator is defined in boxed::iter
, rather than here. The Drain
and Splice
iterators remain here in their original location.