macro_rules! bitnz {
($value:expr, $bits:expr) => { ... };
}Expand description
Bitwise non-zero: returns 1 if x != 0, and otherwise returns 0.
macro_rules! bitnz {
($value:expr, $bits:expr) => { ... };
}Bitwise non-zero: returns 1 if x != 0, and otherwise returns 0.