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