Skip to content

Commit

Permalink
Add uint8 to Bitmap (#808)
Browse files Browse the repository at this point in the history
  • Loading branch information
boks1971 committed Sep 14, 2024
1 parent fa6619c commit dcecb29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/bitmap.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ package utils
import "math/bits"

type bitmapNumber interface {
uint16 | uint32 | uint64
uint8 | uint16 | uint32 | uint64
}

type Bitmap[T bitmapNumber] struct {
Expand Down

0 comments on commit dcecb29

Please sign in to comment.