On Sat, Apr 24, 2021 at 2:42 PM xie cui <cuiwei...@gmail.com> wrote:

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

There is a wonderful source of answers to such questions here:
https://golang.org/ref/spec

-- 
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/CAA40n-Xr1sHZwaaD82UAhkLrD846wc1Z5e0ymci8bN8LqkCaog%40mail.gmail.com.

Reply via email to