func f(a, b int) int {
    a &^= b
    return a
}
what is this op (&^=) means?

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/b9cda09b-eed1-435f-87df-622902f9e3aan%40googlegroups.com.

Reply via email to