Expand description
Compact bitset for piece availability and block accounting.
Backed by u64 words; to_bytes/from_bytes use the network bitfield
order (most-significant bit first) required by the peer wire protocol.
Structsยง
- Bitfield
- A growable bitset with an O(1) population count.