You are viewing a single comment's thread. Return to all comments →
Golang
func flippingBits(n int64) int64 { return n ^ int64(0xFFFFFFFF) }
Seems like cookies are disabled on this browser, please enable them to open this website
Flipping bits
You are viewing a single comment's thread. Return to all comments →
Golang