[ buster ]
[ bullseye ]
[ ソース: golang-github-willf-bitset ]
パッケージ: golang-github-willf-bitset-dev (1.1.11-1)
golang-github-willf-bitset-dev に関するリンク
Debian の資源:
golang-github-willf-bitset ソースパッケージをダウンロード:
- [golang-github-willf-bitset_1.1.11-1.dsc]
- [golang-github-willf-bitset_1.1.11.orig.tar.xz]
- [golang-github-willf-bitset_1.1.11-1.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
Implements bitsets, a mapping between non-negative integers and boolean values
This package provides a Go library with methods for setting, clearing, flipping, and testing individual integers.
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 queries a bitset's current length and number of positive bits.