Macro max_mem_type

Source
macro_rules! max_mem_type {
    ($($ty:ty),*) => { ... };
}