Skip to main content

Definitions by nishyoda

Codumented 

a. Self documenting code
b. There is no documentation- go read the code
x ^= y;
y ^= x;
x ^= y;

Swap two numbers. Codumented above.
Codumented by nishyoda August 17, 2012