]> Sergey Matveev's repositories - btrtrc.git/blob - typed-roaring/constraints.go
fix: torrent file real time completed bytes
[btrtrc.git] / typed-roaring / constraints.go
1 package typedRoaring
2
3 type BitConstraint interface {
4         ~int | ~uint32
5 }