2
0
mirror of synced 2025-02-23 06:08:07 +00:00
torrent/typed-roaring/constraints.go
2022-05-09 12:05:50 +10:00

6 lines
71 B
Go

package typedRoaring
type BitConstraint interface {
~int | ~uint32
}