软件包: golang-github-willf-bitset-dev (1.1.11-1)
golang-github-willf-bitset-dev 的相关链接
Trisquel 的资源:
下载源码包 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]
维护者:
Original Maintainers:
- Debian Go Packaging Team
- Shengjing Zhu
外部的资源:
- 主页 [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.