torrent/typed-roaring/constraints.go

6 lines
71 B
Go
Raw Normal View History

2022-05-09 01:34:08 +00:00
package typedRoaring
type BitConstraint interface {
~int | ~uint32
}