mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-22 19:24:22 -04:00
5 lines
263 B
Plaintext
5 lines
263 B
Plaintext
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.
|