blob: 37d3268ee62de4b2f16cdcac1a819ff029cecca9 (
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.
|