blob: 8f0385d964198f853ab0343cc039dbfa524a33dd (
plain)
1
2
3
4
|
This module implements bit vectors of arbitrary size and provides
efficient methods for handling them. The module is intended to
serve as a base class for other applications or application classes,
such as implementing sets or performing big integer arithmetic.
|