Macro impl_from_bool

macro_rules! impl_from_bool {
    ($($int:ty)*) => { ... };
}

Implement From<bool> for integers