[ 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.