macro_rules! __extend_bool {
($val:expr, $typ:tt) => { ... };
}Expand description
Translates false into 0 and true into !0.
macro_rules! __extend_bool {
($val:expr, $typ:tt) => { ... };
}Translates false into 0 and true into !0.