- (void)methedName{
if(){
_type ^=0x1;
}
}
It is used like this, what does this mean? Thanks in advance.
It is used like this, what does this mean? Thanks in advance. |
||||
|
|
|
Your question's title and your code do different things.
So
So |
|||||
|
|
is equivalent to
It sets XOR (Exclusive-OR) Truth Table:
Ref: Exclusive OR |
||||
|
|
|
It flips the Least Significant Bit of
|
|||
|
|