Sign in
android
/
platform
/
external
/
rust
/
android-crates-io
/
4173ceb4e
/
.
/
crates
/
bitvec
/
doc
/
array
/
iter.md
blob: 87a7377dfab279ebd1af6bdc1c5a406ee72c3f3a [
file
] [
log
] [
blame
] [
view
]
# Bit-Array Iteration
This
module
defines the core iteration logic
for
`BitArray`
.
It
includes the
`IntoIterator`
implementations on bit
-
arrays
and
their references
,
as
well
as
the
`IntoIter`
struct
that walks bit
-
arrays
by
value
.