Skip to content

Commit 3453fc8

Browse files
committed
chore: clean up unused alias
1 parent 01e7e67 commit 3453fc8

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

bitset.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@ const (
1414
div64rem = 63 // remainder of division by 64 when n&div64rem is used
1515
)
1616

17-
// Word is a convenience alias.
18-
type Word = uint64
19-
2017
// BitSet is a set of non-negative integers represented as a slice of uint64 words,
2118
// where each bit i in word w corresponds to the integer 64*n + i.
2219
// The words are kept in ascending order, and the set is trimmed

0 commit comments

Comments
 (0)