File: IntoIter.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 (8 lines) | stat: -rw-r--r-- 170 bytes parent folder | download
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)