File: iter.md

package info (click to toggle)
rust-bitvec 1.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 1,780 kB
  • sloc: makefile: 2
file content (5 lines) | stat: -rw-r--r-- 232 bytes parent folder | download
1
2
3
4
5
# 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.