macro_rules! impl_inferbase_complex {
($ty:ty) => { ... };
}Expand description
Implement InferBase for a complex ALTREP data type.
macro_rules! impl_inferbase_complex {
($ty:ty) => { ... };
}Implement InferBase for a complex ALTREP data type.