Macro read_types

Source
macro_rules! read_types {
    ($ib:expr, $($t:ty),*) => { ... };
    ($($t:ty),*) => { ... };
}