[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#722977: ITP: golang-bitset -- Implements bitsets, a mapping between non-negative integers and boolean values.



Package: wnpp
Severity: wishlist
Owner: Tonnerre LOMBARD <tonnerre@ancient-solutions.com>

* Package name    : golang-bitset
  Version         : 0.0~git20130912
  Upstream Author : Will Fitzgerald <will.fitzgerald@pobox.com>
* URL             : https://github.com/willf/bitset
* License         : BSD-3-Clause
  Programming Lang: Go
  Description     : Implements bitsets, a mapping between non-negative integers and boolean values.


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 postive bits.


Reply to: