Why does ~ (NOT)operator is not supported in Golang?
What is the alternative of NOT operator in golang?
Why does ~ operator is not supported in Golang
And the bitwise NOT
is ^
1 Like
Why does ~ (NOT)operator is not supported in Golang?
What is the alternative of NOT operator in golang?
And the bitwise NOT
is ^