FedP2P/typed-roaring/constraints.go

6 lines
71 B
Go
Raw Permalink Normal View History

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