Macro bit

Source
macro_rules! bit {
    ($bits:expr) => { ... };
}