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 authored Sep 14, 2024
1 parent 03b48a8 commit 9675e0c
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 9675e0c

Please sign in to comment.