Skip to main content

impl_inferbase_list

Macro impl_inferbase_list 

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

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