Skip to content

Commit b291bb7

Browse files
committed
Use functions in Go 1.9 math/bits
1 parent fbecbe5 commit b291bb7

2 files changed

Lines changed: 594 additions & 0 deletions

File tree

set.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// +build !go1.9
2+
13
// Package bit provides a bit array implementation
24
// and some utility bit functions.
35
//

0 commit comments

Comments
 (0)