bit_set

Macro bit_set 

Source
macro_rules! bit_set {
    ($x:expr, $y:expr) => { ... };
}