Skip to main content

impl_inferbase_real

Macro impl_inferbase_real 

Source
macro_rules! impl_inferbase_real {
    ($ty:ty) => { ... };
    ({$($gen:tt)*} $ty:ty {$($whr:tt)*}) => { ... };
}
Expand description

Implement InferBase for a real ALTREP data type. See impl_inferbase_integer! for the generic calling convention.