Macro impl_sqrt

Source
macro_rules! impl_sqrt {
    ($lhs:ty, $res:ty) => { ... };
}