Go package implementing bitsets
Package bitset implements bitsets, a mapping between non-negative integers and boolean values. It should be more efficient than map[uint] bool. It provides methods for setting, clearing, flipping, and testing individual integers. But it also provides set intersection, union, difference, complement, and symmetric operations, as well as tests to check whether any, all, or no bits are set, and querying a bitset's current length and number of positive bits. This package contains the source code needed for building packages that reference the following Go import paths: – github.com/willf/bitset
Release | Stable | Testing |
---|---|---|
Fedora 34 | 1.1.11-2.fc34 | - |
You can contact the maintainers of this package via email at
golang-github-willf-bitset dash maintainers at fedoraproject dot org
.