Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bitset

Library of bitset data structures for Go.

Install

$ go get github.com/golang-ds/bitset

Bitset8 Usage

Import

import bitset "github.com/golang-ds/bitset/bitset8"

Use

b := bitset.New()
b.Add(1)

About

Library of bitset data structures for Go.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages