Skip to content

golang-ds/bitset

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Packages

No packages published

Languages