@@ -41,13 +41,6 @@ func (a *AtomicBool) Set(val bool) {
atomic.StoreInt32(&a.flag,flag)
}
/* Integer manipulation */
functoInt32(nuint32)int32{
mask:=uint32(1<<31)
returnint32(-(n&mask)+(n&^mask))
}
funcmin(a,buint)uint{
ifa>b{
returnb
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.