torrent/typed-roaring/constraints.go

6 lines
71 B
Go

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