How to Install golang-github-willf-bitset-dev in Ubuntu 18.04



Install golang-github-willf-bitset-dev by entering the following commands in the terminal:

sudo apt update
sudo apt install golang-github-willf-bitset-dev

Description:

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.

Homepage: https://github.com/willf/bitset

Version: 1.1.3-3

Section: universe/devel