bit

Macro bit 

Source
macro_rules! bit {
    ($n:expr) => { ... };
}
Expand description

Returns a bitmask for the n’th bit.