Skip to main content

bitnz

Macro bitnz 

Source
macro_rules! bitnz {
    ($value:expr, $bits:expr) => { ... };
}
Expand description

Bitwise non-zero: returns 1 if x != 0, and otherwise returns 0.